rust/compiler/rustc_mir_build/src
bors eb9e5e711d Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk
Improve syntax of `newtype_index`

This makes it more like proper Rust and also makes the implementation a lot simpler.

Mostly just turns weird flags in the body into proper attributes.

It should probably also be converted to an attribute macro instead of function-like, but that can be done in a future PR.
2022-12-20 07:27:01 +00:00
..
build Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk 2022-12-20 07:27:01 +00:00
thir Try to fix ICE 2022-12-17 20:11:25 +01:00
check_unsafety.rs Migrate "unused unsafe" lint 2022-12-17 19:08:24 +01:00
errors.rs Remove (eager) 2022-12-17 19:20:44 +01:00
lib.rs Migrate "function cannot return without recursing" diagnostic 2022-12-17 19:08:24 +01:00
lints.rs Migrate "unsafe_op_in_unsafe_fn" lints 2022-12-17 19:08:24 +01:00