rust/src/librustc_resolve
Vadim Petrochenkov f923942094 resolve: Divide macro path resolution into speculative and error reporting parts
Also move macro stability checking closer to other checks performed on obtained resolutions.
Tighten the stability spans as well, it is an error to *refer* to and unstable entity in any way, not only "call" it.
2019-07-11 00:12:08 +03:00
..
build_reduced_graph.rs resolve: Divide macro path resolution into speculative and error reporting parts 2019-07-11 00:12:08 +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 rustc: remove 'x: 'y bounds (except from comments/strings). 2019-06-18 18:10:21 +03:00
error_codes.rs Fix error code description 2019-04-25 23:19:36 +01:00
lib.rs resolve/expand: resolve_macro_invocation no longer returns determinate errors 2019-07-11 00:12:08 +03:00
macros.rs resolve: Divide macro path resolution into speculative and error reporting parts 2019-07-11 00:12:08 +03:00
resolve_imports.rs resolve/expand: resolve_macro_invocation no longer returns determinate errors 2019-07-11 00:12:08 +03:00