Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
specialization
/
min_specialization
/
specialize_on_static.stderr
blob: 8c2bf6c2da09dd12f5c57378541db49123bd010c [
file
]
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