Add initial AST and MIR support for unwinding from inline assembly
This commit is contained in:
@@ -1433,6 +1433,9 @@ impl<'a> State<'a> {
|
||||
if opts.contains(ast::InlineAsmOptions::RAW) {
|
||||
options.push("raw");
|
||||
}
|
||||
if opts.contains(ast::InlineAsmOptions::MAY_UNWIND) {
|
||||
options.push("may_unwind");
|
||||
}
|
||||
s.commasep(Inconsistent, &options, |s, &opt| {
|
||||
s.word(opt);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user