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-38954.rs
5 lines
79 B
Rust
Raw
Normal View
History
Unescape
Escape
regression test for #38954
2017-05-25 16:55:25 -04:00
fn
_test
(
ref
_p
:
str
)
{
}
Fix typo in error message E0277
2018-07-10 23:10:13 +02:00
//~^ ERROR the size for values of type
regression test for #38954
2017-05-25 16:55:25 -04:00
rustc_typeck: enforce argument type is sized
2017-06-13 20:22:28 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink