rust/src/test/ui/attributes
Camelid 13076f90d2 Tweak diagnostics
- Tweak lint message
- Display multi-segment paths correctly
2021-03-14 14:00:02 -07:00
..
auxiliary Expand `NtExpr` tokens only in key-value attributes 2020-11-03 00:53:43 +03: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-mix-new.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
attrs-on-params.rs Add attr-on-params test 2021-02-09 22:17:10 +01:00
attrs-on-params.stderr Add attr-on-params test 2021-02-09 22:17:10 +01: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
attrs-with-no-formal-in-generics-3.stderr
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
const-stability-on-macro.rs Add test for "const stability on macro" 2021-02-11 11:30:05 -08:00
const-stability-on-macro.stderr Add test for "const stability on macro" 2021-02-11 11:30:05 -08:00
doc-attr.rs Tweak diagnostics 2021-03-14 14:00:02 -07:00
doc-attr.stderr Tweak diagnostics 2021-03-14 14:00:02 -07:00
doc-attr2.rs Add tests for #[doc(test(...)] check 2021-03-04 21:24:35 +01:00
doc-attr2.stderr Add hyphen to "crate level" 2021-03-13 16:29:49 -08: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 resolve: Make visibility resolution more speculative 2019-12-09 22:41:47 +03:00
item-attributes.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
key-value-expansion-on-mac.rs resolve/expand: Improve attribute expansion on macro definitions and calls 2021-01-09 18:43:01 +03:00
key-value-expansion-on-mac.stderr resolve/expand: Improve attribute expansion on macro definitions and calls 2021-01-09 18:43:01 +03:00
key-value-expansion.rs Accept arbitrary expressions in key-value attributes at parse time 2020-12-09 21:37:32 +03:00
key-value-expansion.stderr Accept arbitrary expressions in key-value attributes at parse time 2020-12-09 21:37:32 +03:00
key-value-non-ascii.rs Handle `Span`s for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
key-value-non-ascii.stderr Handle `Span`s for byte and raw strings and add more detail 2021-02-03 13:34:28 -08: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 hir: Disallow `target_feature` on constants 2019-09-26 16:55:52 +01:00
nonterminal-expansion.rs Expand `NtExpr` tokens only in key-value attributes 2020-11-03 00:53:43 +03:00
nonterminal-expansion.stderr Expand `NtExpr` tokens only in key-value attributes 2020-11-03 00:53:43 +03: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
register-attr-tool-fail.rs Support registering attributes and attribute tools using crate-level attributes 2019-11-09 17:50:51 +03:00
register-attr-tool-fail.stderr Support registering attributes and attribute tools using crate-level attributes 2019-11-09 17:50:51 +03:00
register-attr-tool-import.rs Use `opt_def_id()` over `def_id()` 2020-03-01 15:15:29 +09:00
register-attr-tool-import.stderr Use `opt_def_id()` over `def_id()` 2020-03-01 15:15:29 +09:00
register-attr-tool-prelude.rs Clarify message about unresolved use 2020-09-01 18:38:14 +01:00
register-attr-tool-prelude.stderr Clarify message about unresolved use 2020-09-01 18:38:14 +01:00
register-attr-tool-unused.rs Address review comments 2019-11-09 18:19:34 +03:00
register-attr-tool-unused.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
register-attr-tool.rs Support registering attributes and attribute tools using crate-level attributes 2019-11-09 17:50:51 +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
variant-attributes.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00