1
Fork 0

Run rustfmt on tests/run-make/.

With the exception of `tests/run-make/translation/test.rs`, which has a
syntax error.

The expected output in `rustdoc-error-lines/rmake.rs`'s required slight
tweaking.

The two `reproducible-build.rs` files need `// ignore-tidy-linelength`
because rustfmt produces lines longer than 100 chars, which tidy doesn't
like, yuk.
This commit is contained in:
Nicholas Nethercote 2024-05-29 15:01:33 +10:00
parent 70bc0c5b20
commit 3079bd96b9
136 changed files with 421 additions and 370 deletions

View file

@ -1,4 +1,4 @@
#![crate_type="lib"]
#![crate_type = "lib"]
use std::arch::asm;
#[deny(unreachable_code)]

View file

@ -1,5 +1,5 @@
#![feature(core_intrinsics)]
#![crate_type="lib"]
#![crate_type = "lib"]
use std::arch::asm;
use std::intrinsics;