commit | a76b21316d9d22b641129795e081d41293be6f69 | [log] [tgz] |
---|---|---|
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | Wed Jun 24 22:49:39 2020 +0000 |
committer | GitHub <noreply@github.com> | Wed Jun 24 22:49:39 2020 +0000 |
tree | 5ccf7a5f67a2afbfb89866e2a3ba05c16eaa9487 | |
parent | 672fae94fab5f346b0ae30bc8655eaf3965e8046 [diff] | |
parent | 4a2c55a85cac265ed9c724ced3e194e39db8b440 [diff] |
Merge #206 206: Update the Rust toolchain to nightly-2020-06-10. r=jrvanwhy a=jrvanwhy This toolchain update renamed `asm` to `llvm_asm`, and should have the new `asm` syntax. I simply renamed `asm` to `llvm_asm` in this commit. I will send PRs later that refactor the system call interface and entry point; those PRs will replace the uses of `llvm_asm` with the new `asm`. Co-authored-by: Johnathan Van Why <jrvanwhy@google.com>