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
9aa4f6acb2
rust
/
tests
/
ui
/
issues
/
issue-22370.rs
7 lines
70 B
Rust
Raw
Normal View
History
Unescape
Escape
Add tests for #22289, #22370 and #22384 Closes #22289 Closes #22370 Closes #22384
2015-04-08 08:23:43 -05:00
trait
A
<
T
=
Self
>
{
}
Update ui test suite to use dyn
2019-05-28 13:46:13 -05:00
fn
f
(
a
:
&
dyn
A
)
{
}
Update E0393 to new error format
2016-08-29 09:49:16 -05:00
//~^ ERROR E0393
Add tests for #22289, #22370 and #22384 Closes #22289 Closes #22370 Closes #22384
2015-04-08 08:23:43 -05:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink