rust/src/test
Manish Goregaokar e4d8f0e349
Rollup merge of #87348 - SkiFire13:fix-87261, r=oli-obk
Fix span when suggesting to add an associated type bound

Fixes #87261

Note that this fix is not perfect, it ~~will still give incorrect~~ won't give suggestions in some situations:
- If the associated type is defined on a supertrait of those contained in the opaque type, it will fallback to the previous behaviour, e.g. if `AssocTy` is defined on the trait `Foo`, `Bar` has `Foo` as supertrait and the opaque type is a `impl Bar + Baz`.
- If the the associated type is defined on a generic trait and the opaque type includes two versions of that generic trait, e.g. the opaque type is `impl Foo<A> + Foo<B>`
2021-07-24 09:51:56 -07:00
..
assembly Re-Annotate the tests with needs-llvm-components 2021-06-24 23:13:08 +03:00
auxiliary
codegen Allow combining -Cprofile-generate and -Cpanic=unwind when targeting 2021-07-20 11:41:51 +02:00
codegen-units
debuginfo Auto merge of #87153 - michaelwoerister:debuginfo-names-dyn-trait-projection-bounds, r=wesleywiser 2021-07-19 21:25:43 +00:00
incremental Make type_implements_trait not a query 2021-07-06 14:38:10 -04:00
mir-opt bless mir-opt, codegen, and remaining ui tests 2021-07-14 18:17:49 +02:00
pretty rustc_ast_pretty: Don't print space after $ 2021-07-03 16:35:18 -07:00
run-make Rename force-warns to force-warn 2021-07-21 15:41:10 +02:00
run-make-fulldeps Allow combining -Cprofile-generate and -Cpanic=unwind when targeting 2021-07-20 11:41:51 +02:00
run-pass-valgrind
rustdoc Don't hide fields of enum struct variants 2021-07-22 12:52:33 -07:00
rustdoc-gui Rollup merge of #87398 - GuillaumeGomez:test-font-module-items, r=notriddle 2021-07-24 04:31:14 +09:00
rustdoc-js fix(rustdoc): generics search 2021-07-01 06:40:27 -07:00
rustdoc-js-std fix(rustdoc): generics search 2021-07-01 06:40:27 -07:00
rustdoc-json
rustdoc-ui Auto merge of #84959 - camsteffen:lint-suggest-group, r=estebank 2021-07-20 02:11:55 +00:00
rustfix
ui Rollup merge of #87348 - SkiFire13:fix-87261, r=oli-obk 2021-07-24 09:51:56 -07:00
ui-fulldeps Various diagnostics clean ups/tweaks 2021-07-19 08:43:35 -07:00
COMPILER_TESTS.md