4df1278c69
This updates the borrowck query to return a result, and this result is then used to incrementally check for unused mutable nodes given sets of all the used mutable nodes. Closes #42384
18 lines
363 B
TOML
18 lines
363 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "rustc_lint"
|
|
version = "0.0.0"
|
|
|
|
[lib]
|
|
name = "rustc_lint"
|
|
path = "lib.rs"
|
|
crate-type = ["dylib"]
|
|
test = false
|
|
|
|
[dependencies]
|
|
log = "0.3"
|
|
rustc = { path = "../librustc" }
|
|
rustc_const_eval = { path = "../librustc_const_eval" }
|
|
syntax = { path = "../libsyntax" }
|
|
syntax_pos = { path = "../libsyntax_pos" }
|