mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-09 05:23:07 +00:00
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
|
|
|