This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
a439eb259d
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 16:30:13 +02:00
trait
Trait
{
type
Bar
;
}
Update ui test suite to use dyn
2019-05-28 14:46:13 -04:00
type
Foo
=
dyn
Trait
;
//~ ERROR E0191
Add new error code tests
2016-06-01 16:30:13 +02:00
Added tests.
2018-11-04 04:47:10 +00:00
fn
main
(
)
{
}
Copy permalink