Update ui tests
This commit is contained in:
parent
6a64e9ca49
commit
9f392c43dc
11 changed files with 12 additions and 1 deletions
|
|
@ -6,3 +6,4 @@ LL | let p = foo { x: () };
|
|||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0574`.
|
||||
|
|
|
|||
|
|
@ -6,3 +6,4 @@ LL | Foo { i } => ()
|
|||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0574`.
|
||||
|
|
|
|||
|
|
@ -6,3 +6,4 @@ LL | let myVar = MyMod { T: 0 };
|
|||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0574`.
|
||||
|
|
|
|||
|
|
@ -6,3 +6,4 @@ LL | let _ = module { x: 0 };
|
|||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0574`.
|
||||
|
|
|
|||
|
|
@ -6,3 +6,4 @@ LL | char{ch} => true
|
|||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0574`.
|
||||
|
|
|
|||
|
|
@ -24,3 +24,4 @@ LL | u32 { x: 1 } => {}
|
|||
|
||||
error: aborting due to 4 previous errors
|
||||
|
||||
For more information about this error, try `rustc --explain E0574`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue