1
Fork 0

Update ui tests

This commit is contained in:
Guillaume Gomez 2018-02-19 21:40:25 +01:00
parent 1dc2015a9d
commit 5747fd6611
1031 changed files with 1151 additions and 0 deletions

View file

@ -1,3 +1,5 @@
thread 'rustc' panicked at 'lolnope', $DIR/auxiliary/plugin.rs:27:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.
error: proc-macro derive panicked
--> $DIR/issue-36935.rs:18:15
|

View file

@ -21,3 +21,4 @@ error[E0453]: allow(test_lint) overruled by outer forbid(test_lint)
error: aborting due to 2 previous errors
If you want more information on this error, try using "rustc --explain E0453"

View file

@ -1,3 +1,5 @@
thread 'rustc' panicked at 'nope!', $DIR/auxiliary/derive-panic.rs:22:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.
error: proc-macro derive panicked
--> $DIR/load-panic.rs:17:10
|

View file

@ -12,3 +12,4 @@ error[E0308]: mismatched types
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0308"

View file

@ -154,3 +154,4 @@ note: required by `h2`
error: aborting due to 11 previous errors
If you want more information on this error, try using "rustc --explain E0631"

View file

@ -17,3 +17,4 @@ error[E0038]: the trait `Foo` cannot be made into an object
error: aborting due to 2 previous errors
If you want more information on this error, try using "rustc --explain E0038"

View file

@ -9,3 +9,4 @@ error[E0384]: cannot assign twice to immutable variable `x`
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0384"

View file

@ -15,3 +15,4 @@ note: the lifetime 'a as defined on the impl at 17:1...
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0308"

View file

@ -9,3 +9,4 @@ error[E0326]: implemented const `BAR` has an incompatible type for trait
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0326"

View file

@ -42,3 +42,5 @@ error[E0221]: ambiguous associated type `Color` in bounds of `C`
error: aborting due to 4 previous errors
You've got a few errors: E0191, E0221
If you want more information on an error, try using "rustc --explain E0191"

View file

@ -6,3 +6,4 @@ error[E0277]: the trait bound `(): Add<A>` is not satisfied
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0277"

View file

@ -24,3 +24,4 @@ error[E0223]: ambiguous associated type
error: aborting due to 3 previous errors
If you want more information on this error, try using "rustc --explain E0223"

View file

@ -40,3 +40,4 @@ error[E0517]: attribute should be applied to struct
error: aborting due to 5 previous errors
If you want more information on this error, try using "rustc --explain E0517"

View file

@ -20,3 +20,5 @@ error[E0382]: use of moved value: `x`
error: aborting due to 2 previous errors
You've got a few errors: E0382, E0596
If you want more information on an error, try using "rustc --explain E0382"

View file

@ -9,3 +9,4 @@ error[E0369]: binary operation `%` cannot be applied to type `&&{integer}`
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0369"

View file

@ -15,3 +15,4 @@ help: You can use `as` to change the binding name of the import
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0255"

View file

@ -9,3 +9,4 @@ error[E0308]: mismatched types
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0308"

View file

@ -11,3 +11,4 @@ error[E0308]: mismatched types
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0308"

View file

@ -9,3 +9,4 @@ error[E0308]: mismatched types
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0308"

View file

@ -28,3 +28,4 @@ error[E0308]: mismatched types
error: aborting due to 2 previous errors
If you want more information on this error, try using "rustc --explain E0308"

View file

@ -15,3 +15,4 @@ error[E0308]: mismatched types
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0308"

View file

@ -31,3 +31,4 @@ error[E0308]: mismatched types
error: aborting due to 2 previous errors
If you want more information on this error, try using "rustc --explain E0308"

View file

@ -20,3 +20,4 @@ error[E0308]: mismatched types
error: aborting due to 2 previous errors
If you want more information on this error, try using "rustc --explain E0308"

View file

@ -17,3 +17,5 @@ error[E0618]: expected function, found `()`
error: aborting due to 2 previous errors
You've got a few errors: E0308, E0618
If you want more information on an error, try using "rustc --explain E0308"

View file

@ -22,3 +22,5 @@ error[E0308]: mismatched types
error: aborting due to 2 previous errors
You've got a few errors: E0277, E0308
If you want more information on an error, try using "rustc --explain E0277"

View file

@ -8,3 +8,4 @@ error[E0599]: no method named `b` found for type `&Self` in the current scope
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0599"

View file

@ -11,3 +11,4 @@ error[E0308]: mismatched types
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0308"

View file

@ -17,3 +17,4 @@ help: try adding a return type
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0308"

View file

@ -9,3 +9,4 @@ error[E0599]: no variant named `hsl` found for type `color` in the current scope
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0599"

View file

@ -161,3 +161,5 @@ error[E0502]: cannot borrow `a.y` as mutable because `a.x.x` is also borrowed as
error: aborting due to 16 previous errors
You've got a few errors: E0382, E0502, E0503, E0505
If you want more information on an error, try using "rustc --explain E0382"

View file

@ -150,3 +150,4 @@ error[E0499]: cannot borrow `x` as mutable more than once at a time (Mir)
error: aborting due to 10 previous errors
If you want more information on this error, try using "rustc --explain E0499"

View file

@ -12,3 +12,4 @@ help: to force the closure to take ownership of `books` (and any other reference
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0373"

View file

@ -12,3 +12,4 @@ help: to force the closure to take ownership of `books` (and any other reference
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0373"

View file

@ -8,3 +8,4 @@ error[E0507]: cannot move out of captured outer variable in an `Fn` closure
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0507"

View file

@ -34,3 +34,5 @@ error[E0507]: cannot move out of borrowed content
error: aborting due to 3 previous errors
You've got a few errors: E0507, E0509
If you want more information on an error, try using "rustc --explain E0507"

View file

@ -15,3 +15,4 @@ error[E0508]: cannot move out of type `[Foo]`, a non-copy slice
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0508"

View file

@ -20,3 +20,4 @@ error[E0382]: use of moved value: `x` (Mir)
error: aborting due to 2 previous errors
If you want more information on this error, try using "rustc --explain E0382"

View file

@ -36,3 +36,5 @@ error[E0499]: cannot borrow `x` as mutable more than once at a time
error: aborting due to 3 previous errors
You've got a few errors: E0499, E0502
If you want more information on an error, try using "rustc --explain E0499"

View file

@ -80,3 +80,5 @@ error[E0508]: cannot move out of type `[std::boxed::Box<isize>]`, a non-copy sli
error: aborting due to 8 previous errors
You've got a few errors: E0506, E0508
If you want more information on an error, try using "rustc --explain E0506"

View file

@ -16,3 +16,4 @@ error[E0384]: cannot assign to immutable argument `_x` (Mir)
error: aborting due to 2 previous errors
If you want more information on this error, try using "rustc --explain E0384"

View file

@ -54,3 +54,4 @@ error[E0382]: use of moved value: `maybe.0` (Mir)
error: aborting due to 5 previous errors
If you want more information on this error, try using "rustc --explain E0382"

View file

@ -27,3 +27,4 @@ error[E0499]: cannot borrow `*arg` as mutable more than once at a time
error: aborting due to 3 previous errors
If you want more information on this error, try using "rustc --explain E0499"

View file

@ -21,3 +21,4 @@ error[E0499]: cannot borrow `inner_void` as mutable more than once at a time
error: aborting due to 2 previous errors
If you want more information on this error, try using "rustc --explain E0499"

View file

@ -46,3 +46,5 @@ error[E0276]: impl has stricter requirements than trait
error: aborting due to 4 previous errors
You've got a few errors: E0195, E0276, E0308
If you want more information on an error, try using "rustc --explain E0195"

View file

@ -9,3 +9,4 @@ error[E0507]: cannot move out of captured outer variable in an `Fn` closure
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0507"

View file

@ -8,3 +8,4 @@ error[E0054]: cannot cast as `bool`
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0054"

View file

@ -6,3 +6,4 @@ error[E0425]: cannot find value `error` in this scope
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0425"

View file

@ -8,3 +8,4 @@ error[E0054]: cannot cast as `bool`
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0054"

View file

@ -16,3 +16,4 @@ error[E0620]: cast to unsized type: `std::boxed::Box<{integer}>` as `std::marker
error: aborting due to 2 previous errors
If you want more information on this error, try using "rustc --explain E0620"

View file

@ -8,3 +8,4 @@ error[E0606]: casting `*mut impl std::fmt::Debug+?Sized` as `*mut impl std::fmt:
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0606"

View file

@ -6,3 +6,4 @@ error[E0412]: cannot find type `Ipsum` in this scope
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0412"

View file

@ -11,3 +11,4 @@ error[E0460]: found possibly newer version of crate `a` which `b` depends on
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0460"

View file

@ -48,3 +48,4 @@ error[E0004]: non-exhaustive patterns: `Some(B)`, `Some(C)`, `Some(D)` and 2 mor
error: aborting due to 8 previous errors
If you want more information on this error, try using "rustc --explain E0004"

View file

@ -84,3 +84,4 @@ error: borrowed data cannot be stored outside of its closure
error: aborting due to 5 previous errors
If you want more information on this error, try using "rustc --explain E0308"

View file

@ -11,3 +11,4 @@ error[E0525]: expected a closure that implements the `Fn` trait, but this closur
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0525"

View file

@ -11,3 +11,4 @@ error[E0525]: expected a closure that implements the `Fn` trait, but this closur
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0525"

View file

@ -14,3 +14,4 @@ note: closure cannot be invoked more than once because it moves the variable `di
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0382"

View file

@ -8,3 +8,4 @@ error[E0592]: duplicate definitions with name `f`
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0592"

View file

@ -6,3 +6,4 @@ error[E0321]: cross-crate traits with a default impl, like `std::marker::Send`,
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0321"

View file

@ -9,3 +9,4 @@ error[E0596]: cannot borrow immutable local variable `x` as mutable
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0596"

View file

@ -10,3 +10,4 @@ error[E0499]: cannot borrow `x` as mutable more than once at a time
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0499"

View file

@ -8,3 +8,4 @@ error[E0600]: cannot apply unary operator `!` to type `&'static str`
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0600"

View file

@ -9,3 +9,4 @@ error[E0499]: cannot borrow `v` as mutable more than once at a time
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0499"

View file

@ -29,3 +29,4 @@ error[E0592]: duplicate definitions with name `baz`
error: aborting due to 3 previous errors
If you want more information on this error, try using "rustc --explain E0592"

View file

@ -9,3 +9,4 @@ error[E0509]: cannot move out of type `S`, which implements the `Drop` trait
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0509"

View file

@ -17,3 +17,5 @@ error[E0308]: mismatched types
error: aborting due to 2 previous errors
You've got a few errors: E0308, E0425
If you want more information on an error, try using "rustc --explain E0308"

View file

@ -11,3 +11,4 @@ error[E0382]: use of moved value: `some_vec`
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0382"

View file

@ -6,3 +6,4 @@ error[E0404]: expected trait, found type alias `Bar`
error: cannot continue compilation due to previous error
If you want more information on this error, try using "rustc --explain E0404"

View file

@ -22,3 +22,4 @@ error[E0425]: cannot find value `a̐é` in this scope
error: aborting due to 3 previous errors
If you want more information on this error, try using "rustc --explain E0425"

View file

@ -26,3 +26,4 @@ error[E0308]: mismatched types
error: aborting due to 2 previous errors
If you want more information on this error, try using "rustc --explain E0308"

View file

@ -6,3 +6,4 @@ error[E0412]: cannot find type `DoesNotExist` in this scope
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0412"

View file

@ -57,3 +57,5 @@ error[E0117]: only traits defined in the current crate can be implemented for ar
error: aborting due to 8 previous errors
You've got a few errors: E0117, E0206
If you want more information on an error, try using "rustc --explain E0117"

View file

@ -20,3 +20,4 @@ error[E0592]: duplicate definitions with name `f`
error: aborting due to 2 previous errors
If you want more information on this error, try using "rustc --explain E0592"

View file

@ -18,3 +18,4 @@ error[E0119]: conflicting implementations of trait `Foo<_>` for type `i32`:
error: aborting due to 2 previous errors
If you want more information on this error, try using "rustc --explain E0119"

View file

@ -11,3 +11,4 @@ error[E0592]: duplicate definitions with name `dummy`
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0592"

View file

@ -10,3 +10,4 @@ error[E0119]: conflicting implementations of trait `Sweet` for type `std::boxed:
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0119"

View file

@ -11,3 +11,4 @@ error[E0592]: duplicate definitions with name `dummy`
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0592"

View file

@ -10,3 +10,4 @@ error[E0119]: conflicting implementations of trait `Foo` for type `i16`:
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0119"

View file

@ -8,3 +8,4 @@ error[E0384]: cannot assign twice to immutable variable `x`
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0384"

View file

@ -9,3 +9,4 @@ error[E0276]: impl has stricter requirements than trait
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0276"

View file

@ -9,3 +9,4 @@ error[E0276]: impl has stricter requirements than trait
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0276"

View file

@ -9,3 +9,4 @@ error[E0276]: impl has stricter requirements than trait
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0276"

View file

@ -9,3 +9,4 @@ error[E0276]: impl has stricter requirements than trait
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0276"

View file

@ -12,3 +12,4 @@ error[E0053]: method `b` has an incompatible type for trait
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0053"

View file

@ -9,3 +9,4 @@ error[E0276]: impl has stricter requirements than trait
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0276"

View file

@ -63,3 +63,4 @@ error[E0276]: impl has stricter requirements than trait
error: aborting due to 7 previous errors
If you want more information on this error, try using "rustc --explain E0276"

View file

@ -9,3 +9,4 @@ error[E0276]: impl has stricter requirements than trait
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0276"

View file

@ -6,3 +6,4 @@ error[E0396]: raw pointers cannot be dereferenced in statics
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0396"

View file

@ -12,3 +12,4 @@ note: for pattern here
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0080"

View file

@ -14,3 +14,4 @@ error[E0080]: constant evaluation error
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0080"

View file

@ -9,3 +9,4 @@ error[E0308]: mismatched types
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0308"

View file

@ -26,3 +26,4 @@ error[E0080]: constant evaluation error
error: aborting due to 2 previous errors
If you want more information on this error, try using "rustc --explain E0080"

View file

@ -12,3 +12,4 @@ note: for pattern here
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0080"

View file

@ -38,3 +38,5 @@ note: for constant expression here
error: aborting due to 4 previous errors
You've got a few errors: E0015, E0016, E0019, E0080
If you want more information on an error, try using "rustc --explain E0015"

View file

@ -6,3 +6,4 @@ error[E0379]: trait fns cannot be declared const
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0379"

View file

@ -12,3 +12,4 @@ error[E0379]: trait fns cannot be declared const
error: aborting due to 2 previous errors
If you want more information on this error, try using "rustc --explain E0379"

View file

@ -20,3 +20,4 @@ note: for constant expression here
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0080"

View file

@ -18,3 +18,4 @@ error[E0005]: refutable pattern in local binding: `_` not covered
error: aborting due to 3 previous errors
If you want more information on this error, try using "rustc --explain E0005"

View file

@ -12,3 +12,4 @@ note: for pattern here
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0080"

View file

@ -36,3 +36,4 @@ error[E0277]: the trait bound `str: std::marker::Sized` is not satisfied
error: aborting due to 4 previous errors
If you want more information on this error, try using "rustc --explain E0277"

Some files were not shown because too many files have changed in this diff Show more