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
/
src
/
tools
/
miri
/
tests
/
pass
/
bad_substs.rs
blob: d8da2de5d6df9f5f6642a7ab957cd1f660f60c7b (
plain
)
1
2
3
4
fn main() { let f: fn(i32) -> Option<i32> = Some::<i32>; f(42); }