Files
rust/compiler
Dylan DPC 0d61a507f5 Rollup merge of #101399 - cjgillot:borrowck-binding-span, r=estebank
Shrink span for bindings with subpatterns.

Bindings with nested patterns (`binding @ pat` syntax) currently point to the full pattern.  This PR proposes to shrink the span to stop before the ````@`.```  This makes the diagnostics for move/mutability conflicts clearer, as they not point to the `binding` only, instead of the full pat.

r? ```@estebank```
2022-09-08 11:55:06 +05:30
..
2022-09-01 14:54:27 +00:00
2022-08-31 18:24:55 +08:00
2022-09-02 07:26:22 +10:00