15 lines
404 B
Plaintext
15 lines
404 B
Plaintext
error: the type `&<() as Foo>::Item` is not well-formed
|
|
--> $DIR/alias-bound-unsound.rs:23:31
|
|
|
|
|
LL | drop(<() as Foo>::copy_me(&x));
|
|
| ^^
|
|
|
|
error: the type `<() as Foo>::Item` is not well-formed
|
|
--> $DIR/alias-bound-unsound.rs:23:10
|
|
|
|
|
LL | drop(<() as Foo>::copy_me(&x));
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|