rust/src/librustc_traits
Ariel Ben-Yehuda 760639635f add coherence future-compat warnings for marker-only trait objects
The future-compat warnings break code that assumes that `dyn Send + Sync !=
dyn Sync + Send`, and are the first step in making them equal. cc #33140.

It should be possible to revert this commit when we're done with the
warnings.
2018-12-14 19:14:22 +02:00
..
chalk_context add coherence future-compat warnings for marker-only trait objects 2018-12-14 19:14:22 +02:00
lowering Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
Cargo.toml Upgrade smallvec to 0.6.7 and use the new may_dangle feature. 2018-12-10 09:31:27 +11:00
dropck_outlives.rs Introduce TyKind::Placeholder variant 2018-11-24 01:24:40 +01:00
evaluate_obligation.rs pacify the mercilous tidy with rustfmt 2018-10-15 11:42:07 -04:00
implied_outlives_bounds.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
lib.rs Provide program clauses for builtin types 2018-11-13 12:28:43 +01:00
normalize_erasing_regions.rs move into provide methods 2018-06-27 09:42:21 -04:00
normalize_projection_ty.rs rename QueryResult to QueryResponse 2018-10-15 08:57:22 -04:00
type_op.rs If we encounter _ ascribed to structural pattern like (a, b), just skip relate_types. 2018-11-03 01:53:57 +01:00