Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
imports
/
issue-28134.stderr
blob: e47aa15e87a94c2180340242ac0e9958a5dbf101 [
file
] [
log
] [
blame
] [
edit
]
error
:
`test`
attribute cannot be used at crate level
-->
$DIR
/
issue
-
28134.rs
:
4
:
1
|
LL
|
#![test]
|
^^^^^^^^
|
help
:
perhaps you meant to
use
an outer attribute
|
LL
-
#![test]
LL
+
#[test]
|
error
:
aborting due to
1
previous error