2020-02-08 14:14:02 -06:00
|
|
|
error: cannot specialize on `'static` lifetime
|
|
|
|
--> $DIR/specialize_on_static.rs:13:1
|
|
|
|
|
|
2022-02-13 09:27:59 -06:00
|
|
|
LL | impl X for &'static u8 {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2020-02-08 14:14:02 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|