11 lines
251 B
Plaintext
11 lines
251 B
Plaintext
error: compilation successful
|
|
--> $DIR/issue-38381.rs:16:1
|
|
|
|
|
LL | / fn main() { //~ ERROR compilation successful
|
|
LL | | let _x: fn(&i32) -> <&i32 as Deref>::Target = unimplemented!();
|
|
LL | | }
|
|
| |_^
|
|
|
|
error: aborting due to previous error
|
|
|