This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-05-01 12:37:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
300901b705
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 14:30:13 +00:00
trait
Trait
{
type
Bar
;
}
Update ui test suite to use dyn
2019-05-28 18:46:13 +00:00
type
Foo
=
dyn
Trait
;
//~ ERROR E0191
Add new error code tests
2016-06-01 14:30:13 +00:00
Added tests.
2018-11-04 04:47:10 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink