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
/
tests
/
ui
/
issues
/
auxiliary
/
issue-4545.rs
blob: 2f6094750754111d5d12ba7c2ffb38df0030d43e (
plain
)
1
2
pub struct S<T>(Option<T>); pub fn mk<T>() -> S<T> { S(None) }