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: 06435b8da72463ce8dcf139c66b4b57ec09b2581 (
plain
) (
blame
)
1
2
3
4
5
6
// xfail-stage0
use
std
;
fn
main
()
{
auto
x
=
std
.
option
.
some
[
int
](
10
);
}