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
{{ message }}
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
Attribute literals cannot have suffixes for the = TOKEN_TREE form. #![foo=1u32] is not allowed. However, since these are only built-in attributes AFAIK, may not be worth covering.
The text was updated successfully, but these errors were encountered:
Suffixed literals have been undergoing recent changes, and there are some oddities to consider.
"foo"suffix is accepted in some situations rust-lang/rust#60494
Tuple index (
a.1i32
) is temporarily allowed: rust-lang/rust#60210Attribute literals cannot have suffixes for the
=
TOKEN_TREE form.#![foo=1u32]
is not allowed. However, since these are only built-in attributes AFAIK, may not be worth covering.The text was updated successfully, but these errors were encountered: