9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
error: cannot specialize on `'static` lifetime
|
|
--> $DIR/specialize_on_static.rs:13:1
|
|
|
|
|
LL | impl X for &'static u8 {
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|