rust/src/test/ui-fulldeps/issue-48941.stderr

15 lines
484 B
Plaintext
Raw Normal View History

error: expected unsuffixed literal or identifier, found a
2018-12-25 08:56:47 -07:00
--> $DIR/issue-48941.rs:10:24
|
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
|
LL | #[noop_attribute("/user", data= = "<user")] //~ ERROR literal or identifier
| ^^^^
error: aborting due to 2 previous errors