rust/compiler/rustc_middle/src
Dylan DPC c905e9d0ca
Rollup merge of #84014 - estebank:cool-bears-hot-tip, r=varkor
Improve trait/impl method discrepancy errors

* Use more accurate spans
* Clean up some code by removing previous hack
* Provide structured suggestions

Structured suggestions are particularly useful for cases where arbitrary self types are used, like in custom `Future`s, because the way to write `self: Pin<&mut Self>` is not necessarily self-evident when first encountered.
2021-04-12 01:04:04 +02:00
..
dep_graph Stream the dep-graph to a file. 2021-03-30 18:09:59 +02:00
hir Remove hir::CrateItem. 2021-03-30 20:31:06 +02:00
ich Fix outdated crate names in compiler docs 2021-04-08 11:12:14 -05:00
infer Add var to BoundRegion. Add query to get bound vars for applicable items. 2021-03-31 10:16:37 -04:00
middle Auto merge of #81234 - repnop:fn-alignment, r=lcnr 2021-04-06 04:35:26 +00:00
mir Rollup merge of #83980 - pierwill:fix-compiler-librustc-names, r=davidtwco 2021-04-08 20:29:58 +02:00
query Remove attribute #[link_args] 2021-04-03 21:25:53 +03:00
traits Fix outdated crate names in compiler docs 2021-04-08 11:12:14 -05:00
ty Rollup merge of #84014 - estebank:cool-bears-hot-tip, r=varkor 2021-04-12 01:04:04 +02:00
util Make panic/assert calls in rustc compatible with Rust 2021. 2021-02-03 22:42:53 +01:00
arena.rs Combination of commits 2020-12-03 09:50:10 -08:00
lib.rs Auto merge of #81047 - glittershark:stabilize-cmp-min-max-by, r=kodraus 2021-04-07 18:02:21 +00:00
lint.rs Rollup merge of #81713 - estebank:unstable-assoc-item-lint, r=oli-obk 2021-02-25 14:33:53 +01:00
macros.rs Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk 2020-11-17 12:24:34 +00:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00