diff options
| author | Jonathan Turner <jonathandturner@users.noreply.github.com> | 2016-08-11 06:34:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-11 06:34:02 -0700 |
| commit | cdedad530f05767905ef1a53f284b4a88424f3dc (patch) | |
| tree | 6ba1d1befea1f722841b9f4720fbe3eb1d0a0326 /src/libstd/sys/unix/stack_overflow.rs | |
| parent | 0e92c5e8b28c41577d40a7e034fa698d74ba4c51 (diff) | |
| parent | c5f9febc480804c8e9053ca9678058722d1a8ce3 (diff) | |
| download | rust-cdedad530f05767905ef1a53f284b4a88424f3dc.tar.gz rust-cdedad530f05767905ef1a53f284b4a88424f3dc.zip | |
Rollup merge of #35576 - circuitfox:E0072-update-error-format, r=jonathandturner
E0072 update error format
Part of #35233
Fixes #35506
r? @jonathandturner
The bonus for this issue currently seems to be impossible to do reliably, as the compiler seems to lack span information for item names alone, like `Foo` in `struct Foo { ... }`. It would be possible to hack something together by computing span offsets, but that seems like a solution that would be begging for trouble.
A proper solution to this would, of course, be to add span information to the right place (seems to be `rustc::hir::Item::name` but I may be wrong).
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
