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
2024-11-27 17:24:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ff30b8cb7b
rust
/
tests
/
ui
/
issues
/
issue-14366.rs
5 lines
104 B
Rust
Raw
Normal View
History
Unescape
Escape
Add tests for a few resolved issues
2014-10-02 19:52:06 +00:00
fn
main
(
)
{
Update ui test suite to use dyn
2019-05-28 18:46:13 +00:00
let
_x
=
"
test
"
as
&
dyn
(
::
std
::
any
::
Any
)
;
Fix typo in error message E0277
2018-07-10 21:10:13 +00:00
//~^ ERROR the size for values of type
Add tests for a few resolved issues
2014-10-02 19:52:06 +00:00
}
Reference in New Issue
Copy Permalink