about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2021-08-12 13:25:05 +0200
committerGitHub <noreply@github.com>2021-08-12 13:25:05 +0200
commit0b950d325598de540c4b4c9403b4368b6c169884 (patch)
treecc638938a1bab15052e6849d43a09af9f4bd3237 /compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp
parent4e900176b6c402035a6e52da03d453c848f0b336 (diff)
parent3a515aec6734a13344bfc100a453f6de3c4ed2d6 (diff)
downloadrust-0b950d325598de540c4b4c9403b4368b6c169884.tar.gz
rust-0b950d325598de540c4b4c9403b4368b6c169884.zip
Rollup merge of #87819 - estebank:assoc-type-span, r=jackh726
Use a more accurate span on assoc types WF checks

Before
```
error[E0275]: overflow evaluating the requirement `<FooStruct as Foo>::A == _`
  --> $DIR/issue-21946.rs:8:5
   |
LL |     type A = <FooStruct as Foo>::A;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```
after
```
error[E0275]: overflow evaluating the requirement `<FooStruct as Foo>::A == _`
  --> $DIR/issue-21946.rs:8:14
   |
LL |     type A = <FooStruct as Foo>::A;
   |              ^^^^^^^^^^^^^^^^^^^^^
```
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp')
0 files changed, 0 insertions, 0 deletions