Auto merge of #101296 - compiler-errors:head-span-for-enclosing-scope, r=oli-obk
Use head span for `rustc_on_unimplemented`'s `enclosing_scope` attr This may make #101281 slightly easier to understand
This commit is contained in:
commit
a2cdcb3fea
14 changed files with 287 additions and 288 deletions
|
@ -662,7 +662,6 @@ symbols! {
|
|||
emit_struct,
|
||||
emit_struct_field,
|
||||
enable,
|
||||
enclosing_scope,
|
||||
encode,
|
||||
end,
|
||||
env,
|
||||
|
@ -1065,6 +1064,7 @@ symbols! {
|
|||
panic_unwind,
|
||||
panicking,
|
||||
param_attrs,
|
||||
parent_label,
|
||||
partial_cmp,
|
||||
partial_ord,
|
||||
passes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue