Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
ui
/
specialization
/
min_specialization
/
specialize_on_static.stderr
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