]> git.lizzy.rs Git - rust.git/blob - tests/ui/resolve/raw-ident-in-path.stderr
Rollup merge of #106692 - eggyal:mv-binary_heap.rs-binary_heap/mod.rs, r=Mark-Simulacrum
[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`.