rust/src/librustc_mir/build
Mazdak Farrokhzad d4757d5bbf
Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebank
Add Option<Span> to `require_lang_item`

Fixes #63954

I'm not sure where to take `Some(span)` or something so I use `None` in many places.
r? @estebank
2019-08-29 05:32:51 +02:00
..
expr Move def_id out add substsref 2019-08-22 06:36:30 -04:00
matches Add Option<Span> to require_lang_item 2019-08-28 07:11:12 +09:00
block.rs Use as_temp to evaluate statement expressions 2019-06-25 22:41:22 +01:00
cfg.rs librustc_mir => 2018 2019-02-08 06:28:15 +09:00
into.rs Use a single lifetime for MIR construction 2019-06-12 19:27:00 +02:00
misc.rs Remove redundant ty fields from mir::Constant and hair::pattern::PatternRange. 2019-08-16 15:20:27 +03:00
mod.rs Cleanup: Consistently use Param instead of Arg #62426 2019-08-27 14:07:41 +02:00
scope.rs Migrate from Place enum to Place struct 2019-07-20 05:08:38 +02:00