Skip to content

Commit 1374392

Browse files
committed
Remove eval_always from crate_name.
The crate name is part of the StableCrateId.
1 parent 6d246f0 commit 1374392

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_middle/src/query

1 file changed

+0
-1
lines changed

compiler/rustc_middle/src/query/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,6 @@ rustc_queries! {
14731473

14741474
/// Gets the name of the crate.
14751475
query crate_name(_: CrateNum) -> Symbol {
1476-
eval_always
14771476
desc { "fetching what a crate is named" }
14781477
separate_provide_extern
14791478
}

0 commit comments

Comments
 (0)