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
/
src
/
test
/
stdtest
/
sys.rs
blob: 6f766e9ee6bb8f90da43f3a541a0693e3dacb119 (
plain
)
1
2
3
4
5
6
import std::sys; #[test] fn last_os_error() { log sys::last_os_error(); }