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
rust
/
src
/
test
/
compile-fail
/
iface-test.rs
6 lines
92 B
Rust
Raw
Normal View
History
Unescape
Escape
Add compile-fail tests for interfaces/impls Closes #1475
2012-02-10 13:31:33 +01:00
iface
foo
{
fn
foo
(
)
;
}
test: Change the expected error message on iface-test.rs to contain "trait" instead of "interface"
2012-07-18 20:42:14 -07:00
impl
of
int
for
uint
{
fn
foo
(
)
{
}
}
//~ ERROR trait
Add compile-fail tests for interfaces/impls Closes #1475
2012-02-10 13:31:33 +01:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink