mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
192 B
Plaintext
9 lines
192 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 1 previous error
|
|
|