rust/src/librustc_traits
Felix S. Klock II edb8d1c0d4 Conservatively assume dropping a generator touches its upvars, via locals' dtors.
This is meant to address rust-lang/rust#49918.

Review feedback: put back comment justifying skipping interior traversal.

Review feedback: dropck generators like trait objects: all their upvars must
outlive the generator itself, so just create a DtorckConstraint saying so.
2018-05-01 22:28:54 +02:00
..
Cargo.toml introduce `infcx.at(..).normalize(..)` operation [VIC] 2018-03-13 11:22:05 -04:00
dropck_outlives.rs Conservatively assume dropping a generator touches its upvars, via locals' dtors. 2018-05-01 22:28:54 +02:00
evaluate_obligation.rs Retry canonical trait query in standard mode if overflow occurs 2018-04-26 20:28:30 -05:00
lib.rs Create a canonical trait query for `evaluate_obligation` 2018-04-26 20:28:29 -05:00
lowering.rs sort strings on output 2018-04-23 13:28:15 -04:00
normalize_erasing_regions.rs improved debug output 2018-04-26 13:31:24 -04:00
normalize_projection_ty.rs Make PerfStats thread-safe and remove unused fields 2018-04-10 14:40:25 +02:00
util.rs Make Binder's field private and clean up its usage 2018-04-24 22:12:07 -05:00