index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
run-make-fulldeps
/
allow-warnings-cmdline-stability
/
foo.rs
blob: 869b543541688019298822844b038e4846d8d553 (
plain
)
1
2
3
4
5
#![feature(unstable_test_feature)]
extern
crate
bar
;
pub
fn
main
()
{
bar
::
baz
()
}