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