2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:10:21
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | extern "C" { fn ffi(#[id] arg1: i32, #[id] ...); }
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:10:38
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | extern "C" { fn ffi(#[id] arg1: i32, #[id] ...); }
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:14:38
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | unsafe extern "C" fn cvar(arg1: i32, #[id] mut args: ...) {}
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:17:28
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | type Alias = extern "C" fn(#[id] u8, #[id] ...);
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:17:38
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | type Alias = extern "C" fn(#[id] u8, #[id] ...);
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:21:9
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | fn free(#[id] arg1: u8) {
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:23:16
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
2019-09-24 11:05:49 -07:00
|
|
|
LL | let lam = |#[id] W(x), #[id] y: usize| ();
|
2019-08-31 07:08:23 +02:00
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:23:28
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
2019-09-24 11:05:49 -07:00
|
|
|
LL | let lam = |#[id] W(x), #[id] y: usize| ();
|
2019-08-31 07:08:23 +02:00
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:29:18
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | fn inherent1(#[id] self, #[id] arg1: u8) {}
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:29:30
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | fn inherent1(#[id] self, #[id] arg1: u8) {}
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:32:18
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | fn inherent2(#[id] &self, #[id] arg1: u8) {}
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:32:31
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | fn inherent2(#[id] &self, #[id] arg1: u8) {}
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:35:22
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | fn inherent3<'a>(#[id] &'a mut self, #[id] arg1: u8) {}
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:35:42
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | fn inherent3<'a>(#[id] &'a mut self, #[id] arg1: u8) {}
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:38:22
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | fn inherent4<'a>(#[id] self: Box<Self>, #[id] arg1: u8) {}
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:38:45
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | fn inherent4<'a>(#[id] self: Box<Self>, #[id] arg1: u8) {}
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:44:15
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | fn trait1(#[id] self, #[id] arg1: u8);
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:44:27
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | fn trait1(#[id] self, #[id] arg1: u8);
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:47:15
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | fn trait2(#[id] &self, #[id] arg1: u8);
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:47:28
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | fn trait2(#[id] &self, #[id] arg1: u8);
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:50:19
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | fn trait3<'a>(#[id] &'a mut self, #[id] arg1: u8);
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:50:39
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | fn trait3<'a>(#[id] &'a mut self, #[id] arg1: u8);
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:53:19
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | fn trait4<'a>(#[id] self: Box<Self>, #[id] arg1: u8, #[id] Vec<u8>);
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:53:42
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | fn trait4<'a>(#[id] self: Box<Self>, #[id] arg1: u8, #[id] Vec<u8>);
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-09 09:26:25 -03:00
|
|
|
error: expected an inert attribute, found an attribute macro
|
2019-08-29 20:44:30 -03:00
|
|
|
--> $DIR/proc-macro-cannot-be-used.rs:53:58
|
2019-08-31 07:08:23 +02:00
|
|
|
|
|
|
|
|
LL | fn trait4<'a>(#[id] self: Box<Self>, #[id] arg1: u8, #[id] Vec<u8>);
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 25 previous errors
|
|
|
|
|