mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Replace local copy of exhaustiveness checking with upstream librarified version
This commit is contained in:
parent
d410d4a2ba
commit
2370b70f25
11 changed files with 603 additions and 1952 deletions
|
@ -15,6 +15,9 @@ extern crate rustc_abi;
|
|||
#[cfg(not(feature = "in-rust-tree"))]
|
||||
extern crate ra_ap_rustc_abi as rustc_abi;
|
||||
|
||||
// No need to use the in-tree one.
|
||||
extern crate ra_ap_rustc_pattern_analysis as rustc_pattern_analysis;
|
||||
|
||||
mod builder;
|
||||
mod chalk_db;
|
||||
mod chalk_ext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue