blob: 8c2bf6c2da09dd12f5c57378541db49123bd010c [file] [log] [blame]
error: cannot specialize on `'static` lifetime
--> $DIR/specialize_on_static.rs:13:1
|
LL | impl X for &'static u8 {
| ^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error