1
Fork 0
rust/compiler/rustc_const_eval/src
Matthias Krüger eb6297eb6f
Rollup merge of #125477 - nnethercote:missed-rustfmt, r=compiler-errors
Run rustfmt on files that need it.

Somehow these files aren't properly formatted. By default `x fmt` and `x tidy` only check files that have changed against master, so if an ill-formatted file somehow slips in it can stay that way as long as it doesn't get modified(?)

I found these when I ran `x fmt` explicitly on every `.rs` file in the repo, while working on
https://github.com/rust-lang/compiler-team/issues/750.
2024-05-24 17:48:03 +02:00
..
const_eval Run rustfmt on files that need it. 2024-05-24 15:17:21 +10:00
interpret Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726 2024-05-23 21:36:54 +00:00
transform Auto merge of #125479 - scottmcm:validate-vtable-projections, r=Nilstrieb 2024-05-24 08:53:27 +00:00
util Remove #[macro_use] extern crate tracing from rustc_const_eval. 2024-05-23 18:02:38 +10:00
errors.rs interpret: make overflowing binops just normal binops 2024-05-21 14:50:09 +02:00
lib.rs Remove #[macro_use] extern crate tracing from rustc_const_eval. 2024-05-23 18:02:38 +10:00