Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
enum
/
suggest-default-attribute.stderr
blob: fb830d3f78b64db1dd11330eab5b4dd38c1d1736 [
file
] [
log
] [
blame
]
error
:
cannot find attribute
`default`
in
this
scope
-->
$DIR
/
suggest
-
default
-
attribute
.
rs
:
2
:
7
|
LL
|
#[default]
|
^^^^^^^
|
help
:
consider adding a derive
|
LL
+
#[derive(Default)]
LL
~
pub
enum
Test
{
|
error
:
aborting due to previous error