We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2259fe1 commit b2e93e2Copy full SHA for b2e93e2
src/test/compile-fail-fulldeps/issue-18986.rs
@@ -15,6 +15,6 @@ pub use use_from_trait_xc::Trait;
15
16
fn main() {
17
match () {
18
- Trait { x: 42u } => () //~ ERROR use of trait `Trait` in a struct pattern
+ Trait { x: 42us } => () //~ ERROR use of trait `Trait` in a struct pattern
19
}
20
0 commit comments