]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/brace-after-qualified-path-in-match.stderr
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / brace-after-qualified-path-in-match.stderr
1 error: unexpected `{` after qualified path
2   --> $DIR/brace-after-qualified-path-in-match.rs:3:27
3    |
4 LL |         <T as Trait>::Type{key: value} => (),
5    |         ------------------^ unexpected `{` after qualified path
6    |         |
7    |         the qualified path
8
9 error: aborting due to previous error
10