summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorTaylor Foxhall <lxmachina@gmail.com>2024-07-23 12:36:52 -0400
committerGitHub <noreply@github.com>2024-07-23 12:36:52 -0400
commit1f59a8030d40d7a6e3a047ed7620f5813497b7ea (patch)
treee7e71715c8ead1cff12331c7c9f1913a47b953cd /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parentd53dc752d2bc0a9e7f7e2e5f82aff03a6d222614 (diff)
downloadrust-1f59a8030d40d7a6e3a047ed7620f5813497b7ea.tar.gz
rust-1f59a8030d40d7a6e3a047ed7620f5813497b7ea.zip
Fix return type of FileAttr methods on AIX target
At some point it seems `SystemTime::new` changed from returning `SystemTime` to `io::Result<SystemTime>`. This seems to have been addressed on other platforms, but was never changed for AIX.

This was caught by running 
```
python3 x.py build --host x86_64-unknown-linux-gnu --target powerpc64-ibm-aix
```
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions