]> git.lizzy.rs Git - rust.git/blob - src/test/ui/resolve/raw-ident-in-path.stderr
Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup
[rust.git] / src / test / ui / resolve / raw-ident-in-path.stderr
1 error[E0412]: cannot find type `r#break` in module `crate`
2   --> $DIR/raw-ident-in-path.rs:3:17
3    |
4 LL | type A = crate::r#break;
5    |                 ^^^^^^^ not found in `crate`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0412`.