This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
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 10:27:51 -07:00
trait
foo
{
fn
foo
(
)
;
}
Add compile-fail tests for interfaces/impls Closes #1475
2012-02-10 13:31:33 +01:00
Convert impls to new syntax
2012-08-07 18:10:06 -07:00
impl
uint
:
int
{
fn
foo
(
)
{
}
}
//~ ERROR trait
Add compile-fail tests for interfaces/impls Closes #1475
2012-02-10 13:31:33 +01:00
fn
main
(
)
{
}
Copy permalink