2018-12-02 22:42:43 +03:00
|
|
|
error: expected unsuffixed literal or identifier, found a
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/issue-48941.rs:10:24
|
2018-12-02 22:42:43 +03:00
|
|
|
|
|
|
|
|
LL | #[noop_attribute("hi", rank = a)] //~ ERROR expected unsuffixed literal or identifier, found a
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
error: expected unsuffixed literal or identifier, found =
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/issue-48941.rs:13:27
|
2018-12-02 22:42:43 +03:00
|
|
|
|
|
|
|
|
LL | #[noop_attribute("/user", data= = "<user")] //~ ERROR literal or identifier
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|