update tests

This commit is contained in:
Guillaume Gomez 2019-09-12 15:52:51 +02:00
parent cc9db523be
commit 9f978b7f17
6 changed files with 8 additions and 4 deletions

View File

@ -108,5 +108,5 @@ LL | let y = { static x: Box<isize> = box 3; x };
error: aborting due to 17 previous errors
Some errors have detailed explanations: E0010, E0015, E0019, E0507.
Some errors have detailed explanations: E0010, E0015, E0019, E0493, E0507.
For more information about an error, try `rustc --explain E0010`.

View File

@ -24,3 +24,4 @@ LL | const Z2: () = { let mut x; x = None; x = Some(FakeNeedsDrop); };
error: aborting due to 4 previous errors
For more information about this error, try `rustc --explain E0493`.

View File

@ -328,5 +328,5 @@ LL | const fn no_fn_ptrs2() -> fn() { fn foo() {} foo }
error: aborting due to 36 previous errors
Some errors have detailed explanations: E0515, E0723.
For more information about an error, try `rustc --explain E0515`.
Some errors have detailed explanations: E0493, E0515, E0723.
For more information about an error, try `rustc --explain E0493`.

View File

@ -14,3 +14,4 @@ LL | const X: Vec<u32> = Vec::new();
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0493`.

View File

@ -6,3 +6,4 @@ LL | const F : Foo = (Foo { a : 0 }, Foo { a : 1 }).1;
error: aborting due to previous error
For more information about this error, try `rustc --explain E0493`.

View File

@ -68,4 +68,5 @@ LL | const EARLY_DROP_C_OPTION_CONSTANT: i32 = (HELPER, 0).1;
error: aborting due to 10 previous errors
For more information about this error, try `rustc --explain E0716`.
Some errors have detailed explanations: E0493, E0716.
For more information about an error, try `rustc --explain E0493`.