rust/src/test/ui/attributes
Vadim Petrochenkov 79f0d88de8 resolve: Use feature(custom_attribute) fallback only if the feature is enabled
Normally `#![feature(...)]` shouldn't change behavior, but custom attributes in particular are in the process of retirement, and we should not produce a message telling to enable them.
It also helps with unifying diagnostics for unresolved macros.
2019-07-18 13:42:45 +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-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
item-attributes.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
method-attributes.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
obsolete-attr.rs resolve: Use feature(custom_attribute) fallback only if the feature is enabled 2019-07-18 13:42:45 +03:00
obsolete-attr.stderr resolve: Use feature(custom_attribute) fallback only if the feature is enabled 2019-07-18 13:42:45 +03:00
unknown-attr.rs resolve: Use feature(custom_attribute) fallback only if the feature is enabled 2019-07-18 13:42:45 +03:00
unknown-attr.stderr resolve: Use feature(custom_attribute) fallback only if the feature is enabled 2019-07-18 13:42:45 +03:00
variant-attributes.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00