mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 01:44:04 +00:00
![Nicholas Nethercote](/assets/img/avatar_default.png)
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.
6 lines
45 B
Rust
6 lines
45 B
Rust
extern crate m3;
|
|
|
|
fn main() {
|
|
m3::m3()
|
|
}
|