mirror of https://github.com/rust-lang/rust.git
15 lines
305 B
Plaintext
15 lines
305 B
Plaintext
error: cannot find attribute `safe` in this scope
|
|
--> $DIR/safe-proc-macro-attribute.rs:18:3
|
|
|
|
|
LL | #[safe(no_mangle)]
|
|
| ^^^^
|
|
|
|
error: cannot find attribute `safe` in this scope
|
|
--> $DIR/safe-proc-macro-attribute.rs:14:3
|
|
|
|
|
LL | #[safe]
|
|
| ^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|