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
rust
/
src
/
test
/
run-make
/
prune-link-args
/
empty.rs
2 lines
14 B
Rust
Raw
Normal View
History
Unescape
Escape
rustc: filter out empty linker args This is inspired by a mystifying linker failure when using `pkg-config` to generate the linker args: `pkg-config` produces output that ends in a space, thus resulting in an empty linker argument. Also added some updates to the concerning error messages that helped spotting this bug.
2013-12-01 11:08:46 +01:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink