We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212a9ce commit 268654aCopy full SHA for 268654a
compiler/rustc_target/src/asm/mod.rs
@@ -300,6 +300,7 @@ impl InlineAsmReg {
300
}
301
302
303
+ #[allow(unreachable_code)]
304
pub fn parse(arch: InlineAsmArch, name: Symbol) -> Result<Self, &'static str> {
305
// FIXME: use direct symbol comparison for register names
306
// Use `Symbol::as_str` instead of `Symbol::with` here because `has_feature` may access `Symbol`.
0 commit comments