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.
2 parents 22fff6a + 8e85850 commit e443ccfCopy full SHA for e443ccf
rust-mode-tests.el
@@ -2797,7 +2797,7 @@ fn foo<T:Fn() -> X<Y>>() -> Z {
2797
)
2798
))
2799
2800
-(ert-deftest rust-test-paren-matching-lt-ops-in-fn-params ()
+(ert-deftest rust-test-paren-matching-lt-ops-in-fn-params-1 ()
2801
(rust-test-matching-parens
2802
"
2803
fn foo(x:i32) {
@@ -2809,7 +2809,7 @@ fn foo(x:i32) {
2809
2810
2811
2812
+(ert-deftest rust-test-paren-matching-lt-ops-in-fn-params-2 ()
2813
2814
2815
fn foo(x:i32) -> bool {
0 commit comments