From f86c34e7d779b778b5fb0fe7d3b15f8c32a7a8a1 Mon Sep 17 00:00:00 2001 From: Who? Me?! Date: Thu, 2 Jul 2020 17:37:29 -0500 Subject: [PATCH] add stub inline asm chapter (#773) --- 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 00000000..0cae01ef --- /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**