1
Fork 0
rust/compiler/rustc_mir/src
bors 0d033dee3e Auto merge of #78182 - LeSeulArtichaut:ty-visitor-contolflow, r=lcnr,oli-obk
TypeVisitor: use `std::ops::ControlFlow` instead of `bool`

Implements MCP rust-lang/compiler-team#374.

Blocked on FCP in rust-lang/compiler-team#374.
r? `@lcnr` cc `@jonas-schievink`
2020-10-30 22:53:55 +00:00
..
borrow_check Use unsized_feature_enabled helper function 2020-10-27 14:45:42 -03:00
const_eval interning cleanup: we no longer need to distinguish Const and ConstInner; we no longer need the ignore_interior_mut_in_const hack 2020-10-26 08:56:54 +01:00
dataflow Fix typos 2020-10-28 19:32:28 +01:00
interpret Remove implicit Continue type 2020-10-30 12:27:47 +01:00
monomorphize Remove implicit Continue type 2020-10-30 12:27:47 +01:00
transform Link to pass docs from NRVO module docs 2020-10-29 23:05:45 -07:00
util Remove implicit Continue type 2020-10-30 12:27:47 +01:00
lib.rs TypeVisitor: use ControlFlow in rustc_{mir,privacy,traits,typeck} 2020-10-30 12:27:44 +01:00
shim.rs rustc_mir: support MIR-inlining #[track_caller] functions. 2020-10-21 04:43:56 +03:00