This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-06-05 11:48:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c3ccaacc6c
rust
/
src
/
test
/
run-pass
/
multiple-trait-bounds.rs
7 lines
56 B
Rust
Raw
Normal View
History
Unescape
Escape
libsyntax: Implement the `+` syntax for multiple trait bounds. r=tjc
2013-01-22 22:37:32 +00:00
fn
f
<
T
:
Eq
+
Ord
>
(
_
:
T
)
{
}
check-fast fallout from removing export, r=burningtree
2013-02-02 03:43:17 +00:00
pub
fn
main
(
)
{
libsyntax: Implement the `+` syntax for multiple trait bounds. r=tjc
2013-01-22 22:37:32 +00:00
f
(
3
)
;
}
Reference in New Issue
Copy Permalink