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
/
dep-info
/
lib.rs
5 lines
50 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
test: Fix tests for crate_id removal This involved removing some tests whose functionality was removed such as many of the crateresolve tests
2014-07-01 11:51:41 -07:00
#![
crate_name =
"
foo
"
]
Add test for --dep-info.
2013-12-11 13:08:23 -07:00
pub
mod
bar
;
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
mod
foo
;
Reference in a new issue
Copy permalink