1
Fork 0

Fix lint capitalization and ignoring, test with include_str

This commit is contained in:
asquared31415 2021-07-22 19:26:16 -04:00
parent 8e7bbc9e9d
commit 1ae19b69e8
7 changed files with 148 additions and 104 deletions

View file

@ -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 {