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-42148.rs
7 lines
102 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ run-pass
Add tests to fixed issues. Closes #36792. Closes #38091. Closes #39687. Closes #42148. Closes #42956.
2018-01-11 11:57:56 +09:00
struct
Zst
;
fn
main
(
)
{
unsafe
{
::
std
::
ptr
::
write_volatile
(
1
as
*
mut
Zst
,
Zst
)
}
}
Copy permalink