This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
os-rust
Watch
1
Star
0
Fork
You've already forked os-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
9fc6b43126
os-rust
/
tests
/
pretty
/
offset_of.rs
4 lines
86 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives
2024-02-22 12:10:29 +00:00
//@ pp-exact
Close parentheses for `offset_of` in AST pretty printing HIR pretty printing already handles it correctly.
2023-04-30 23:29:40 +02:00
fn
main
(
)
{
std
::
mem
::
offset_of!
(
std
::
ops
::
Range
<
usize
>
,
end
)
;
}
Reference in a new issue
Copy permalink