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