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 1f9e7c2 commit 34cf164Copy full SHA for 34cf164
tests/source/issue-1914.rs
@@ -0,0 +1,6 @@
1
+// rustfmt-max_width: 80
2
+
3
+extern "C" {
4
+#[link_name = "_ZN7MyClass26example_check_no_collisionE"]
5
+ pub static mut MyClass_example_check_no_collision : * const :: std :: os :: raw :: c_int ;
6
+}
tests/target/issue-1914.rs
@@ -0,0 +1,7 @@
+ #[link_name = "_ZN7MyClass26example_check_no_collisionE"]
+ pub static mut MyClass_example_check_no_collision:
+ *const ::std::os::raw::c_int;
7
0 commit comments