This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
os-rust
Watch
1
Star
0
Fork
You've already forked os-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
62d0235a4a
os-rust
/
tests
/
run-make
/
resolve-rename
/
bar.rs
8 lines
76 B
Rust
Raw
Normal View
History
Unescape
Escape
Run make tests for file resolution
2018-03-27 13:49:06 -07:00
#![
crate_type =
"
rlib
"
]
extern
crate
foo
;
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
bar
(
)
{
foo
::
foo
(
)
}
Reference in a new issue
Copy permalink