This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
4aba2c55e6
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
(
)
{
}
Copy permalink