This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
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
(
)
{
}
Reference in New Issue
Copy Permalink