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
a1d1d7a2c6
rust
/
src
/
test
/
ui
/
error-codes
/
E0191.rs
8 lines
79 B
Rust
Raw
Normal View
History
Unescape
Escape
Add new error code tests
2016-06-01 09:30:13 -05:00
trait
Trait
{
type
Bar
;
}
type
Foo
=
Trait
;
//~ ERROR E0191
Added tests.
2018-11-03 23:47:10 -05:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink