rust/src/test/ui/tool-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
..
tool-attributes-misplaced-1.rs resolve: Use feature(custom_attribute) fallback only if the feature is enabled 2019-07-18 13:42:45 +03:00
tool-attributes-misplaced-1.stderr resolve: Use feature(custom_attribute) fallback only if the feature is enabled 2019-07-18 13:42:45 +03:00
tool-attributes-misplaced-2.rs resolve/expand: Catch macro kind mismatches early in resolve 2019-07-11 00:12:08 +03:00
tool-attributes-misplaced-2.stderr resolve/expand: Catch macro kind mismatches early in resolve 2019-07-11 00:12:08 +03:00
tool-attributes-shadowing.rs Remove licenses 2018-12-25 21:08:33 -07:00
tool-attributes-shadowing.stderr Update tests 2019-03-11 23:10:26 +03:00