summary refs log tree commit diff
path: root/src/test/ui/issue-26614.stderr
blob: 1752d80fde3679f44b2c408b5001282e658c70ff (plain)
1
2
3
4
5
6
7
8
9
10
11
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