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