Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
diagnostic_namespace
/
requires_path.rs
blob: 4f3a1319cafff691fa59afc63e7c87c44c40b778 [
file
] [
log
] [
blame
] [
edit
]
#[
diagnostic
]
//~^ERROR cannot find attribute `diagnostic` in this scope
pub
struct
Bar
;
fn
main
()
{
}