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 98d2a77 commit 438e403Copy full SHA for 438e403
test/markup/rust/extern.expect.txt
@@ -0,0 +1,4 @@
1
+<span class="hljs-keyword">unsafe</span> <span class="hljs-keyword">extern</span> <span class="hljs-string">"C"</span> {
2
+<span class="hljs-keyword">unsafe</span> <span class="hljs-keyword">fn</span> <span class="hljs-title function_">foo</span>();
3
+safe <span class="hljs-keyword">fn</span> <span class="hljs-title function_">foo</span>();
4
+}
test/markup/rust/extern.txt
+unsafe extern "C" {
+unsafe fn foo();
+safe fn foo();
0 commit comments