Pass a Symbol to check_name, emit_feature_err, and related functions.
This commit is contained in:
parent
79602c87b5
commit
fb084a48e2
114 changed files with 671 additions and 621 deletions
|
|
@ -1052,7 +1052,7 @@ rustc_queries! {
|
|||
}
|
||||
|
||||
Other {
|
||||
query target_features_whitelist(_: CrateNum) -> Lrc<FxHashMap<String, Option<String>>> {
|
||||
query target_features_whitelist(_: CrateNum) -> Lrc<FxHashMap<String, Option<Symbol>>> {
|
||||
eval_always
|
||||
desc { "looking up the whitelist of target features" }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue