This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c3ccaacc6c
rust
/
src
/
test
/
run-pass
/
issue-5572.rs
4 lines
56 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix warnings it tests
2013-08-17 10:37:42 -05:00
fn
foo
<
T
: ::
std
::
cmp
::
Eq
>
(
_t
:
T
)
{
}
syntax: Fix parsing global generics (Closes #5572)
2013-03-26 23:26:29 -05:00
Fix run-pass tests to have 'pub fn main' This is required by the check-fast target because each test is slurped up into a submodule.
2013-09-25 02:43:37 -05:00
pub
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink