11 lines
220 B
Plaintext
11 lines
220 B
Plaintext
error: compilation successful
|
|
--> $DIR/issue-36839.rs:30:1
|
|
|
|
|
LL | / fn main() { //~ ERROR compilation successful
|
|
LL | | let _m: &Broken<Assoc=()> = &();
|
|
LL | | }
|
|
| |_^
|
|
|
|
error: aborting due to previous error
|
|
|