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-01-09 14:25:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d5b2d88a1a
rust
/
tests
/
ui
/
error-codes
/
E0220.rs
9 lines
136 B
Rust
Raw
Normal View
History
Unescape
Escape
Add new error code tests
2016-08-03 23:51:52 +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
<
F
=
i32
>
;
//~ ERROR E0220
//~| ERROR E0191
Add new error code tests
2016-08-03 23:51:52 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink