index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
pretty
/
offset_of.rs
blob: 6cb27c7fdfb7a98c90aca36ce09b04abe5ed1c44 (
plain
)
1
2
3
//@ pp-exact
fn
main
()
{
std
::
mem
::
offset_of
!
(
std
::
ops
::
Range
<
usize
>
,
end
);
}