This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
granite-rust
Watch
1
Star
0
Fork
You've already forked granite-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
f04a2f4b8e
granite-rust
/
src
/
test
/
pretty
/
where-clauses.rs
6 lines
92 B
Rust
Raw
Normal View
History
Unescape
Escape
Add parser support for generalized where clauses Implement support in the parser for generalized where clauses, as well as the conversion of ast::WherePredicates to ty::Predicate in `collect.rs`.
2014-12-20 02:29:19 -08:00
// pp-exact
Fix pretty-printing of lifetime bound
2016-06-29 21:53:01 +09:00
fn
f
<
'
a
,
'
b
,
T
>
(
t
:
T
)
->
isize
where
T
:
'
a
,
'
a
:
'
b
,
T
:
Eq
{
0
}
patch up pretty-printing test
2014-12-20 08:41:33 -05:00
fn
main
(
)
{
}
Reference in a new issue
Copy permalink