rust/tests/ui/specialization/min_specialization/specialize_on_static.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
190 B
Plaintext
Raw Normal View History

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 {
| ^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error