rust/src/test/ui/attributes
2022-12-03 09:23:03 +00:00
..
auxiliary Expand NtExpr tokens only in key-value attributes 2020-11-03 00:53:43 +03:00
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-item.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
attr-before-view-item2.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
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 Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
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 Make sure #[rustc_doc_only_macro] and other rustc attributes are registered 2019-06-30 12:47:33 +03:00
attrs-with-no-formal-in-generics-1.stderr Make sure #[rustc_doc_only_macro] and other rustc attributes are registered 2019-06-30 12:47:33 +03:00
attrs-with-no-formal-in-generics-2.rs Make sure #[rustc_doc_only_macro] and other rustc attributes are registered 2019-06-30 12:47:33 +03:00
attrs-with-no-formal-in-generics-2.stderr Make sure #[rustc_doc_only_macro] and other rustc attributes are registered 2019-06-30 12:47:33 +03:00
attrs-with-no-formal-in-generics-3.rs Move some run-pass attribute tests to ui 2019-06-08 23:55:25 +03:00
attrs-with-no-formal-in-generics-3.stderr Move some run-pass attribute tests to ui 2019-06-08 23:55:25 +03:00
class-attributes-1.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
class-attributes-2.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
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 Tweak diagnostics 2021-03-14 14:00:02 -07:00
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 resolve: Make visibility resolution more speculative 2019-12-09 22:41:47 +03:00
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 Error on conflicting #[doc(inline)]/#[doc(no_inline)] attributes 2021-05-08 17:22:26 +02:00
invalid-doc-attr.stderr bless ui tests 2022-10-01 10:03:06 +00:00
issue-40962.rs Move some tests to more reasonable directories 2021-11-06 15:35:20 -03:00
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
item-attributes.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
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 Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
multiple-invalid.rs hir: Disallow target_feature on constants 2019-09-26 16:55:52 +01:00
multiple-invalid.stderr passes: migrate half of check_attr 2022-07-15 16:13:49 +01:00
nonterminal-expansion.rs Enhance well-formedness checks for #[repr(...)] attributes 2021-07-09 22:03:48 +02:00
nonterminal-expansion.stderr Bless tests 2021-10-15 02:36:58 -05:00
obsolete-attr.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
obsolete-attr.stderr Update tests for extern block linting 2021-01-13 07:49:16 -05:00
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 resolve: Tweak "cannot find" wording for attributes 2019-09-15 13:10:12 +03:00
unknown-attr.stderr resolve: Tweak "cannot find" wording for attributes 2019-09-15 13:10:12 +03:00
unnamed-field-attributes-dup.rs def_collector: Do not forget to save indices of fields with multiple attributes 2019-11-24 11:47:45 +03:00
unnamed-field-attributes-vis.rs expand: Fully preserve visibilities on unnamed fields with attributes 2019-11-24 11:47:46 +03:00
unnamed-field-attributes.rs def_collector: Do not ICE on attributes on unnamed fields 2019-09-14 17:36:39 +03:00
unrestricted-attribute-tokens.rs Move some tests to more reasonable directories 2021-11-06 15:35:20 -03:00
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.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_arg_no_mangle.rs check_used should only look at actual used attributes 2022-02-25 22:53:34 +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 Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00