Skip to content

Commit b2e93e2

Browse files
pnkfelixnikomatsakis
authored andcommitted
Update the compile-fail-fulldeps tests with new isize/usize literal suffixes.
1 parent 2259fe1 commit b2e93e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail-fulldeps/issue-18986.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ pub use use_from_trait_xc::Trait;
1515

1616
fn main() {
1717
match () {
18-
Trait { x: 42u } => () //~ ERROR use of trait `Trait` in a struct pattern
18+
Trait { x: 42us } => () //~ ERROR use of trait `Trait` in a struct pattern
1919
}
2020
}

0 commit comments

Comments
 (0)