rust/src/librustc_resolve
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
..
build_reduced_graph.rs resolve: Rename WhereToResolve into Scope 2019-07-18 13:42:44 +03:00
Cargo.toml rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
check_unused.rs rustc: remove 'x: 'y bounds (except from comments/strings). 2019-06-18 18:10:21 +03:00
diagnostics.rs resolve: Use feature(custom_attribute) fallback only if the feature is enabled 2019-07-18 13:42:45 +03:00
error_codes.rs Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
lib.rs resolve: Decouple scope visiting process from visitor actions 2019-07-18 13:42:45 +03:00
macros.rs resolve: Use feature(custom_attribute) fallback only if the feature is enabled 2019-07-18 13:42:45 +03:00
resolve_imports.rs resolve: Rename WhereToResolve into Scope 2019-07-18 13:42:44 +03:00