1
Fork 0
rust/compiler/rustc_mir_build/src
bors 9c707a8b76 Auto merge of #133978 - matthiaskrgr:rollup-6gh1iho, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #130209 (Stabilize `std::io::ErrorKind::CrossesDevices`)
 - #130254 (Stabilize `std::io::ErrorKind::QuotaExceeded`)
 - #132187 (Add Extend impls for tuples of arity 1 through 12)
 - #133875 (handle `--json-output` properly)
 - #133934 (Do not implement unsafe auto traits for types with unsafe fields)
 - #133954 (Hide errors whose suggestions would contain error constants or types)
 - #133960 (rustdoc: remove eq for clean::Attributes)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-12-07 09:38:00 +00:00
..
build Rollup merge of #133607 - WaffleLapkin:tail-call-checks, r=compiler-errors 2024-12-05 23:47:10 +01:00
thir Auto merge of #133978 - matthiaskrgr:rollup-6gh1iho, r=matthiaskrgr 2024-12-07 09:38:00 +00:00
check_tail_calls.rs simplify things using tcx.as_lang_item 2024-11-29 20:28:02 +01:00
check_unsafety.rs Implement the unsafe-fields RFC. 2024-11-21 19:32:07 +01:00
errors.rs Add more context to fall-through "const pattern of non-structural type" error 2024-12-04 20:29:36 +00:00
lib.rs implement checks for tail calls 2024-11-29 04:44:41 +01:00
lints.rs unconditional recursion, yeet TypingEnv::from_param_env 2024-11-19 18:06:20 +01:00