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
/
export
/
disambiguator
/
app.rs
blob: 27e0e2280e54e647feb8a5f4d79ea548f139e501 (
plain
)
1
2
3
4
5
6
7
extern crate libr; use libr::*; fn main() { assert_eq!(S::<S2>::foo(), 2); }