Restrict access to crate_name.
Also remove original_crate_name, which had the exact same implementation
This commit is contained in:
parent
5d9f96ab27
commit
10fb4b2fe5
19 changed files with 23 additions and 30 deletions
|
@ -1252,10 +1252,6 @@ rustc_queries! {
|
|||
eval_always
|
||||
desc { "looking up the hash of a host version of a crate" }
|
||||
}
|
||||
query original_crate_name(_: CrateNum) -> Symbol {
|
||||
eval_always
|
||||
desc { "looking up the original name a crate" }
|
||||
}
|
||||
query extra_filename(_: CrateNum) -> String {
|
||||
eval_always
|
||||
desc { "looking up the extra filename for a crate" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue