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
1
Packages
Projects
Releases
Wiki
Activity
Files
51b51b51d7931da85280382a81c4dd80c73ca754
rust
/
tests
/
ui
/
issues
/
issue-22289.rs
4 lines
72 B
Rust
Raw
Normal View
History
Unescape
Escape
Add tests for #22289, #22370 and #22384 Closes #22289 Closes #22370 Closes #22384
2015-04-08 23:23:43 +10:00
fn
main
(
)
{
Update ui test suite to use dyn
2019-05-28 14:46:13 -04:00
0
as
&
dyn
std
::
any
::
Any
;
//~ ERROR non-primitive cast
Add tests for #22289, #22370 and #22384 Closes #22289 Closes #22370 Closes #22384
2015-04-08 23:23:43 +10:00
}
Reference in New Issue
Copy Permalink