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
f279afb455
rust
/
tests
/
ui
/
error-codes
/
E0191.rs
8 lines
83 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
;
}
Update ui test suite to use dyn
2019-05-28 13:46:13 -05:00
type
Foo
=
dyn
Trait
;
//~ ERROR E0191
Add new error code tests
2016-06-01 09:30:13 -05:00
Added tests.
2018-11-03 23:47:10 -05:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink