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
/
allow-warnings-cmdline-stability
/
foo.rs
blob: 0b91b63c1185484be19f11b668bcb447db3e3a25 (
plain
)
1
2
3
4
5
6
7
#![feature(unstable_test_feature)]
extern
crate
bar
;
pub
fn
main
()
{
bar
::
baz
()
}