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
12c32e944d
rust
/
src
/
test
/
compile-fail
/
trait-test.rs
6 lines
86 B
Rust
Raw
Normal View
History
Unescape
Escape
Change remaining "iface" occurrences to "trait"; deprecate "iface"
2012-07-31 12:27:51 -05:00
trait
foo
{
fn
foo
(
)
;
}
Add compile-fail tests for interfaces/impls Closes #1475
2012-02-10 06:31:33 -06:00
Convert impls to new syntax
2012-08-07 20:10:06 -05:00
impl
uint
:
int
{
fn
foo
(
)
{
}
}
//~ ERROR trait
Add compile-fail tests for interfaces/impls Closes #1475
2012-02-10 06:31:33 -06:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink