blob: 1752d80fde3679f44b2c408b5001282e658c70ff [file] [log] [blame]
error: compilation successful
--> $DIR/issue-26614.rs:24:1
|
LL | / fn main() { //~ ERROR compilation successful
LL | | let c: <u32 as Mirror>::It = 5;
LL | | const CCCC: <u32 as Mirror>::It = 5;
LL | | }
| |_^
error: aborting due to previous error