trybuild2 1.3.0

Test harness for ui tests of compiler diagnostics (with support for inline tests)
Documentation
1
2
3
4
5
6
7
8
9
error[E0277]: `*mut _` cannot be shared between threads safely
   --> tests/ui/compile-fail-3.rs:7:5
    |
7   |     thread::spawn(|| {
    |     ^^^^^^^^^^^^^ `*mut _` cannot be shared between threads safely
    |
    = help: the trait `Sync` is not implemented for `*mut _`
    = note: required because of the requirements on the impl of `Send` for `&*mut _`
    = note: required because it appears within the type `[closure@$DIR/tests/ui/compile-fail-3.rs:7:19: 9:6]`