rust/compiler/rustc_trait_selection/src
Dylan DPC a113240b91
Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwco
Add more info for common trait resolution and async/await errors

* Suggest `Pin::new`/`Box::new`/`Arc::new`/`Box::pin` in more cases
* Point at `impl` and type defs introducing requirements on E0277
2021-04-08 01:01:43 +02:00
..
traits Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwco 2021-04-08 01:01:43 +02:00
autoderef.rs Remove ProjectionTy::from_ref_and_name 2021-02-13 19:29:55 +00:00
infer.rs Fix use of bare trait objects everywhere 2021-03-18 02:18:58 +03:00
lib.rs Use iter::zip in compiler/ 2021-03-26 09:32:31 -07:00
opaque_types.rs Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebank 2021-04-02 03:39:32 +00:00