From d02e7ecdedbb9dfdb4bb0a57bacbe5cfad2efd96 Mon Sep 17 00:00:00 2001 From: mark Date: Sat, 27 Jun 2020 12:40:18 -0500 Subject: [PATCH] add stub inline asm chapter --- src/backend/inline-asm.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/backend/inline-asm.md diff --git a/src/backend/inline-asm.md b/src/backend/inline-asm.md new file mode 100644 index 000000000..0cae01ef3 --- /dev/null +++ b/src/backend/inline-asm.md @@ -0,0 +1,4 @@ +# Inline Assembly + +**TODO: You can find more info in +https://github.com/rust-lang/rust/pull/69171#issue-375572066**