Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
specialization
/
min_specialization
/
specialization_super_trait.stderr
blob: e935786624b4bb87463e7b4795340e2e4c3d5502 [
file
] [
log
] [
blame
]
error
:
cannot specialize on trait
`Default`
-->
$DIR
/
specialization_super_trait
.
rs
:
13
:
9
|
LL
|
impl
<
T
:
Default
>
SpecMarker
for
T
{
|
^^^^^^^
error
:
aborting due to previous error