index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
run-make
/
crate-loading-multiple-candidates
/
crateresolve1-1.rs
blob: fe00f041a862ea52b7381f891b05983fd478fb12 (
plain
)
1
2
3
4
5
6
#![crate_name = "crateresolve1"] #![crate_type = "lib"] pub fn f() -> isize { 10 }