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
9900ea48b5
rust
/
tests
/
run-make
/
emit-to-stdout
/
test.rs
2 lines
24 B
Rust
Raw
Normal View
History
Unescape
Escape
Write to stdout if `-` is given as output file If `-o -` or `--emit KIND=-` is provided, output will be written to stdout instead. Binary output (`obj`, `llvm-bc`, `link` and `metadata`) being written this way will result in an error unless stdout is not a tty. Multiple output types going to stdout will trigger an error too, as they will all be mixded together.
2023-02-26 14:27:27 -06:00
#![
crate_type =
"
rlib
"
]
Reference in New Issue
Copy Permalink