diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-08-12 13:25:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-12 13:25:05 +0200 |
| commit | 0b950d325598de540c4b4c9403b4368b6c169884 (patch) | |
| tree | cc638938a1bab15052e6849d43a09af9f4bd3237 /compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp | |
| parent | 4e900176b6c402035a6e52da03d453c848f0b336 (diff) | |
| parent | 3a515aec6734a13344bfc100a453f6de3c4ed2d6 (diff) | |
| download | rust-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
