This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
76b6090df5
rust
/
tests
/
run-make
/
symbol-mangling-hashed
/
a_rlib.rs
6 lines
72 B
Rust
Raw
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 00:01:33 -05:00
#![
crate_type =
"
rlib
"
]
MCP #705: Provide the option `-Csymbol-mangling-version=hashed -Z unstable-options` to shorten symbol names by replacing them with a digest. Enrich test cases
2023-12-04 22:42:57 -06:00
pub
fn
hello
(
)
{
println!
(
"
hello rlib
"
)
;
}
Reference in New Issue
Copy Permalink