about summary refs log tree commit diff
path: root/src/test/incremental/thinlto
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2018-06-25 12:34:33 -0700
committerJosh Stone <jistone@redhat.com>2018-06-25 12:34:33 -0700
commit490f49fd2ab15ae25a6ffeae2de8f667a521f19d (patch)
tree76dd931fd5f828e8ac6ca857952cdecce9126863 /src/test/incremental/thinlto
parent8acec1f9d0b40dde142e6c26d7358b9ab232d2b4 (diff)
downloadrust-490f49fd2ab15ae25a6ffeae2de8f667a521f19d.tar.gz
rust-490f49fd2ab15ae25a6ffeae2de8f667a521f19d.zip
Remove unnecessary stat64 pointer casts
In effect, these just casted `&mut stat64` to `*mut stat64`, twice.
That's harmless, but it masked a problem when this was copied to new
code calling `fstatat`, which takes a pointer to `struct stat`.  That
will be fixed by #51785, but let's remove the unnecessary casts here
too.
Diffstat (limited to 'src/test/incremental/thinlto')
0 files changed, 0 insertions, 0 deletions