Update the compile-fail-fulldeps tests with new isize/usize literal suffixes.
This commit is contained in:
parent
2259fe1214
commit
b2e93e2767
@ -15,6 +15,6 @@ pub use use_from_trait_xc::Trait;
|
||||
|
||||
fn main() {
|
||||
match () {
|
||||
Trait { x: 42u } => () //~ ERROR use of trait `Trait` in a struct pattern
|
||||
Trait { x: 42us } => () //~ ERROR use of trait `Trait` in a struct pattern
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user