index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
lib-option.rs
blob: 5add8dbd222efd4ec33e04167f08c2d0f7f1dee5 (
plain
) (
blame
)
1
2
3
4
5
6
// xfail-stage0
use
std
;
fn
main
()
{
auto
x
=
std
.
option
.
some
[
int
](
10
);
}