1
Fork 0

Feed crate_name query

This commit is contained in:
Oli Scherer 2022-12-05 16:37:44 +00:00
parent 408ae0fcb9
commit 194b4a2adb
3 changed files with 7 additions and 13 deletions

View file

@ -1673,7 +1673,7 @@ rustc_queries! {
/// Gets the name of the crate.
query crate_name(_: CrateNum) -> Symbol {
eval_always
feedable
desc { "fetching what a crate is named" }
separate_provide_extern
}