]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/long-fn-1.rs
Tidy up and pass tests
[rust.git] / tests / target / long-fn-1.rs
index 0e299aaecc15eba5e2ca4a5bc2de02d3d5036364..c3d44de7c69be40ffd1f499a8b48748a5201f048 100644 (file)
@@ -2,12 +2,20 @@
 // formatted correctly.
 
 impl Foo {
-    fn some_input(&mut self,
-                  input: Input,
-                  input_path: Option<PathBuf>)
-                  -> (Input, Option<PathBuf>) {
+    fn some_input(
+        &mut self,
+        input: Input,
+        input_path: Option<PathBuf>,
+    ) -> (Input, Option<PathBuf>) {
     }
 
     fn some_inpu(&mut self, input: Input, input_path: Option<PathBuf>) -> (Input, Option<PathBuf>) {
     }
 }
+
+// #1843
+#[allow(non_snake_case)]
+pub extern "C" fn Java_com_exonum_binding_storage_indices_ValueSetIndexProxy_nativeContainsByHash(
+) -> bool {
+    false
+}