rust/src/test/ui/attributes
2022-12-13 22:52:43 -08:00
..
auxiliary
main-removed-2 Remove obsolete no-op #[main] attribute from compiler. 2022-02-08 00:46:16 +00:00
unix_sigpipe Change process spawning to inherit the parent's signal mask by default 2022-10-20 14:53:38 -07:00
attr-before-view-item2.rs
attr-before-view-item.rs
attr-eq-token-tree.rs Move some tests to more reasonable directories 2021-11-14 14:38:42 -03:00
attr-eq-token-tree.stderr Move some tests to more reasonable directories 2021-11-14 14:38:42 -03:00
attr-mix-new.rs
attrs-on-params.rs Support the #[expect] attribute on fn parameters (RFC-2383) 2022-06-04 00:50:45 +02:00
attrs-on-params.stderr Support the #[expect] attribute on fn parameters (RFC-2383) 2022-06-04 00:50:45 +02:00
attrs-with-no-formal-in-generics-1.rs
attrs-with-no-formal-in-generics-1.stderr
attrs-with-no-formal-in-generics-2.rs
attrs-with-no-formal-in-generics-2.stderr
attrs-with-no-formal-in-generics-3.rs
attrs-with-no-formal-in-generics-3.stderr
class-attributes-1.rs
class-attributes-2.rs
collapse-debuginfo-invalid.rs ssa: implement #[collapse_debuginfo] 2022-09-07 13:54:51 +01:00
collapse-debuginfo-invalid.stderr ssa: implement #[collapse_debuginfo] 2022-09-07 13:54:51 +01:00
const-stability-on-macro.rs Cleanup feature gates. 2022-03-03 18:50:28 +01:00
const-stability-on-macro.stderr Cleanup feature gates. 2022-03-03 18:50:28 +01:00
doc-attr.rs
doc-attr.stderr bless ui tests 2022-10-01 10:03:06 +00:00
duplicated-attributes.rs Add a lint for duplicated attributes. 2021-12-15 23:43:13 +01:00
duplicated-attributes.stderr Add a lint for duplicated attributes. 2021-12-15 23:43:13 +01:00
extented-attribute-macro-error.rs Cleanup feature gates. 2022-03-03 18:50:28 +01:00
extented-attribute-macro-error.stderr Cleanup feature gates. 2022-03-03 18:50:28 +01:00
field-attributes-vis-unresolved.rs
field-attributes-vis-unresolved.stderr suggest extern crate foo when failing to resolve use foo 2022-05-25 09:58:19 +09:00
invalid-doc-attr.rs
invalid-doc-attr.stderr bless ui tests 2022-10-01 10:03:06 +00:00
issue-40962.rs
issue-90873.rs Overhaul MacArgs::Eq. 2022-05-05 07:06:12 +10:00
issue-90873.stderr Improve diagnostics for const a: = expr; 2022-08-05 16:19:28 +04:00
issue-100631.rs get_attr should check that no duplicates are allowed 2022-09-06 14:16:54 +08:00
issue-100631.stderr get_attr should check that no duplicates are allowed 2022-09-06 14:16:54 +08:00
issue-105594-invalid-attr-validation.rs Add regression test 2022-12-13 22:52:43 -08:00
issue-105594-invalid-attr-validation.stderr Add regression test 2022-12-13 22:52:43 -08:00
item-attributes.rs
key-value-expansion-on-mac.rs Overhaul MacArgs::Eq. 2022-05-05 07:06:12 +10:00
key-value-expansion-on-mac.stderr Overhaul MacArgs::Eq. 2022-05-05 07:06:12 +10:00
key-value-expansion.rs Overhaul MacArgs::Eq. 2022-05-05 07:06:12 +10:00
key-value-expansion.stderr Overhaul MacArgs::Eq. 2022-05-05 07:06:12 +10:00
key-value-non-ascii.rs Make non-ASCII errors more consistent. 2022-11-04 14:23:40 +11:00
key-value-non-ascii.stderr Make non-ASCII errors more consistent. 2022-11-04 14:23:40 +11:00
main-removed-1.rs Remove obsolete no-op #[main] attribute from compiler. 2022-02-08 00:46:16 +00:00
main-removed-1.stderr Remove obsolete no-op #[main] attribute from compiler. 2022-02-08 00:46:16 +00:00
method-attributes.rs
multiple-invalid.rs
multiple-invalid.stderr passes: migrate half of check_attr 2022-07-15 16:13:49 +01:00
nonterminal-expansion.rs
nonterminal-expansion.stderr
obsolete-attr.rs
obsolete-attr.stderr
suffixed-literal-meta.rs Move some tests to more reasonable directories 2021-11-18 12:09:34 -03:00
suffixed-literal-meta.stderr Move some tests to more reasonable directories 2021-11-18 12:09:34 -03:00
tool_attributes.rs Move some tests to more reasonable directories 2021-11-14 14:38:42 -03:00
unknown-attr.rs
unknown-attr.stderr
unnamed-field-attributes-dup.rs
unnamed-field-attributes-vis.rs
unnamed-field-attributes.rs
unrestricted-attribute-tokens.rs
unused-item-in-attr.rs Remove useless filter in unused extern crate check. 2022-12-03 09:23:03 +00:00
unused-item-in-attr.stderr Remove useless filter in unused extern crate check. 2022-12-03 09:23:03 +00:00
used_with_arg_no_mangle.rs check_used should only look at actual used attributes 2022-02-25 22:53:34 +01:00
used_with_arg.rs Move tests into attributes directory to pacify tidy 2022-02-09 11:21:25 +01:00
used_with_arg.stderr Move tests into attributes directory to pacify tidy 2022-02-09 11:21:25 +01:00
used_with_multi_args.rs Move tests into attributes directory to pacify tidy 2022-02-09 11:21:25 +01:00
used_with_multi_args.stderr Move tests into attributes directory to pacify tidy 2022-02-09 11:21:25 +01:00
variant-attributes.rs