050bd32958
`fn resolve_legacy_scope`/`fn resolve_lexical_macro_path_segment` -> `fn early_resolve_ident_in_lexical_scope`
22 lines
527 B
TOML
22 lines
527 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "rustc_resolve"
|
|
version = "0.0.0"
|
|
|
|
[lib]
|
|
name = "rustc_resolve"
|
|
path = "lib.rs"
|
|
crate-type = ["dylib"]
|
|
test = false
|
|
|
|
[dependencies]
|
|
bitflags = "1.0"
|
|
log = "0.4"
|
|
syntax = { path = "../libsyntax" }
|
|
rustc = { path = "../librustc" }
|
|
arena = { path = "../libarena" }
|
|
rustc_errors = { path = "../librustc_errors" }
|
|
syntax_pos = { path = "../libsyntax_pos" }
|
|
rustc_data_structures = { path = "../librustc_data_structures" }
|
|
rustc_metadata = { path = "../librustc_metadata" }
|