diff options
| author | asquared31415 <34665709+asquared31415@users.noreply.github.com> | 2021-07-22 19:26:16 -0400 |
|---|---|---|
| committer | asquared31415 <34665709+asquared31415@users.noreply.github.com> | 2021-08-04 13:38:17 -0400 |
| commit | 1ae19b69e820a4497a15a8c70a2e57bea3785405 (patch) | |
| tree | 4ed49b170cf3a944df0d3134ad3d7e34e6d0175a /src/test/codegen | |
| parent | 8e7bbc9e9da091f4e7d9f846f0f264420b8a6f0e (diff) | |
| download | rust-1ae19b69e820a4497a15a8c70a2e57bea3785405.tar.gz rust-1ae19b69e820a4497a15a8c70a2e57bea3785405.zip | |
Fix lint capitalization and ignoring, test with include_str
Diffstat (limited to 'src/test/codegen')
| -rw-r--r-- | src/test/codegen/asm-sanitize-llvm.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/codegen/asm-sanitize-llvm.rs b/src/test/codegen/asm-sanitize-llvm.rs index 135177016bf..6dcacd08cac 100644 --- a/src/test/codegen/asm-sanitize-llvm.rs +++ b/src/test/codegen/asm-sanitize-llvm.rs @@ -7,6 +7,7 @@ #![no_core] #![feature(no_core, lang_items, rustc_attrs)] #![crate_type = "rlib"] +#![allow(named_asm_labels)] #[rustc_builtin_macro] macro_rules! asm { |
