]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/long-fn-1.rs
Add a test for #3009
[rust.git] / tests / target / long-fn-1.rs
index c3d44de7c69be40ffd1f499a8b48748a5201f048..5fd605dd3155491c66ac1f7b8f597320fbc653ef 100644 (file)
@@ -19,3 +19,10 @@ pub extern "C" fn Java_com_exonum_binding_storage_indices_ValueSetIndexProxy_nat
 ) -> bool {
     false
 }
+
+// #3009
+impl Something {
+    fn my_function_name_is_way_to_long_but_used_as_a_case_study_or_an_example_its_fine(
+    ) -> Result<(), String> {
+    }
+}