rust/src/librustc_error_codes
bors 6c19a10e24 Auto merge of #68404 - Amanieu:llvm-asm, r=estebank
Rename asm! to llvm_asm!

As per https://github.com/rust-lang/rfcs/pull/2843, this PR renames `asm!` to `llvm_asm!`. It also renames the compiler's internal `InlineAsm` data structures to `LlvmInlineAsm` in preparation for the new `asm!` functionality specified in https://github.com/rust-lang/rfcs/pull/2850.

This PR doesn't actually deprecate `asm!` yet, it just makes it redirect to `llvm_asm!`. This is necessary because we first need to update the submodules (in particular stdarch) to use `llvm_asm!`.
2020-03-27 03:27:09 +00:00
..
error_codes Auto merge of #68404 - Amanieu:llvm-asm, r=estebank 2020-03-27 03:27:09 +00:00
Cargo.toml Create new librustc_error_codes lib and move error codes declaration inside it 2019-11-14 13:05:42 +01:00
error_codes.rs Rename asm! to llvm_asm! 2020-03-26 15:49:22 +00:00
lib.rs added try_find_description to distinguish no desc from invalid code 2020-02-29 11:53:51 -07:00