rust/tests/ui/parser/attribute
Nicholas Nethercote 7ea59e053b Remove NtMeta.
Note: there was an existing code path involving `Interpolated` in
`MetaItem::from_tokens` that was dead. This commit transfers that to the
new form, but puts an `unreachable!` call inside it.
2025-02-28 08:42:06 +11:00
..
attr-bad-meta-2.rs
attr-bad-meta-2.stderr
attr-bad-meta-3.rs
attr-bad-meta-3.stderr
attr-bad-meta-4.rs Remove NtMeta. 2025-02-28 08:42:06 +11:00
attr-bad-meta-4.stderr Remove NtMeta. 2025-02-28 08:42:06 +11:00
attr-bad-meta.rs
attr-bad-meta.stderr
attr-before-eof.rs
attr-before-eof.stderr
attr-dangling-in-fn.rs
attr-dangling-in-fn.stderr
attr-dangling-in-mod.rs
attr-dangling-in-mod.stderr
attr-pat-struct-rest.rs Do not allow attributes on struct field rest patterns 2025-02-03 14:04:57 +00:00
attr-pat-struct-rest.stderr Do not allow attributes on struct field rest patterns 2025-02-03 14:04:57 +00:00
attr-stmt-expr-attr-bad.rs Move parse_or_use_outer_attributes out of parse_expr_prefix_range. 2024-06-19 19:12:00 +10:00
attr-stmt-expr-attr-bad.stderr don't suggest turning crate-level attributes into outer style 2024-08-04 00:11:16 +08:00
attr-unquoted-ident.rs Remove NtMeta. 2025-02-28 08:42:06 +11:00
attr-unquoted-ident.stderr Remove NtMeta. 2025-02-28 08:42:06 +11:00
attr-with-a-semicolon.rs
attr-with-a-semicolon.stderr
attr.rs
attr.stderr don't suggest turning crate-level attributes into outer style 2024-08-04 00:11:16 +08:00
attribute-with-no-generics-in-parameter-list.rs
attribute-with-no-generics-in-parameter-list.stderr
attrs-after-extern-mod.rs
attrs-after-extern-mod.stderr
multiple-tail-expr-behind-cfg.rs
multiple-tail-expr-behind-cfg.stderr
properly-recover-from-trailing-outer-attribute-in-body-1.rs
properly-recover-from-trailing-outer-attribute-in-body-1.stderr
properly-recover-from-trailing-outer-attribute-in-body-2.rs
properly-recover-from-trailing-outer-attribute-in-body-2.stderr