This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
const-float-algebraic
rust
/
tests
/
run-make
/
pretty-print-to-file
/
input.rs
6 lines
54 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
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.
2024-05-29 15:01:33 +10:00
#[
crate_type =
"
lib
"
]
Generalized the pretty-print entry points to support `-o <file>`.
2014-04-08 22:07:15 +02:00
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.
2024-05-29 15:01:33 +10:00
pub
fn
foo
(
)
->
i32
{
45
}
Reference in a new issue
Copy permalink