Sign in
fuchsia
/
third_party
/
rust
/
e3029abfaec4252ab0ae7010780be0094d8870e0
/
.
/
tests
/
ui
/
proc-macro
/
issue-118455-skip-err-builtin.rs
blob: baef0206128913bc531609f97ebe948660b78078 [
file
] [
log
] [
blame
]
#![
some_nonexistent_attribute
]
//~^ ERROR cannot find attribute `some_nonexistent_attribute` in this scope
#[
derive
(
Debug
)]
pub
struct
SomeUserCode
;
fn
main
()
{}