You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TIL about Attribute::parse_args method and make usage of it in my crate. However, CI failed on beta and stable. Meanwhile nightly build is fine.
Look the at line number (4:10 and 4:9). Expected output for trybuild was generated on rustc 1.45.0-nightly (5fd2f06e9 2020-05-31) and also matches with lastest
EXPECTED:
┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
error: unexpected end of input, expected identifier
--> $DIR/04-excepted-endian-identifier.rs:4:10
|
4 | #[endian()]
| ^
┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
ACTUAL OUTPUT:
┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
error: unexpected end of input, expected identifier
--> $DIR/04-excepted-endian-identifier.rs:4:9
|
4 | #[endian()]
| ^^
┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
TIL about Attribute::parse_args method and make usage of it in my crate. However, CI failed on beta and stable. Meanwhile nightly build is fine.
Look the at line number (
4:10
and4:9
). Expected output for trybuild was generated onrustc 1.45.0-nightly (5fd2f06e9 2020-05-31)
and also matches with lastestLink to CI
The text was updated successfully, but these errors were encountered: