rust/compiler/rustc_mir
Jonas Schievink aa35c527fd
Rollup merge of #77231 - oli-obk:clippy_const_fn, r=Manishearth
Move helper function for `missing_const_for_fn` out of rustc to clippy

cc @rust-lang/clippy @ecstatic-morse #76618

r? @Manishearth

I also removed all support for suggesting a function could be `const fn` when that would require feature gates to actually work.

This means we'll now have to maintain this ourselves in clippy, but that's how most lints work anyway, so...
2020-09-27 01:53:27 +02:00
..
src Rollup merge of #77231 - oli-obk:clippy_const_fn, r=Manishearth 2020-09-27 01:53:27 +02:00
Cargo.toml update the version of itertools and parking_lot 2020-09-12 08:26:53 +02:00