1
Fork 0

Add tests

This commit is contained in:
Amanieu d'Antras 2022-02-19 21:46:49 +00:00
parent fc41d4bf35
commit fb5539b475
5 changed files with 66 additions and 2 deletions

View file

@ -1,5 +1,5 @@
use super::{InlineAsmArch, InlineAsmType};
use crate::spec::{Target, RelocModel};
use crate::spec::{RelocModel, Target};
use rustc_data_structures::stable_set::FxHashSet;
use rustc_macros::HashStable_Generic;
use rustc_span::{sym, Symbol};

View file

@ -1,5 +1,5 @@
use super::{InlineAsmArch, InlineAsmType};
use crate::spec::{Target, RelocModel};
use crate::spec::{RelocModel, Target};
use rustc_data_structures::stable_set::FxHashSet;
use rustc_macros::HashStable_Generic;
use rustc_span::Symbol;