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
/
run-make
/
missing-unstable-trait-bound
/
missing-bound.rs
blob: 65d0745f49440fa4f090a1a9ed9ca0c1c5af96c2 (
plain
)
1
2
3
4
pub
fn
baz
<
T
>
(
t
:
std
::
ops
::
Range
<
T
>
)
{
for
_
in
t
{}
}
fn
main
()
{}