Move validate_crate_name to rustc_metadata
This commit is contained in:
parent
88e0ff14a8
commit
d4beecaed3
10 changed files with 75 additions and 30 deletions
|
|
@ -20,3 +20,4 @@ rustc_target = { path = "../librustc_target" }
|
|||
rustc_data_structures = { path = "../librustc_data_structures" }
|
||||
rustc_mir = { path = "../librustc_mir" }
|
||||
rustc_incremental = { path = "../librustc_incremental" }
|
||||
rustc_metadata_utils = { path = "../librustc_metadata_utils" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue