Test for misusing attribute
This commit is contained in:
parent
a79e08ca2a
commit
88b29f5fb2
3 changed files with 47 additions and 1 deletions
|
@ -1137,7 +1137,7 @@ rustc_queries! {
|
|||
}
|
||||
|
||||
query impl_constness(def_id: DefId) -> hir::Constness {
|
||||
desc { |tcx| "looking up whether `{}` is a default impl", tcx.def_path_str(def_id) }
|
||||
desc { |tcx| "looking up whether `{}` is a const impl", tcx.def_path_str(def_id) }
|
||||
}
|
||||
|
||||
query check_item_well_formed(key: LocalDefId) -> () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue