You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test.rs:8:1: 10:2 warning: function `を` should have a snake case name such as `を`, #[warn(non_snake_case)] on by default
test.rs:8 fn を(i: i32) -> i32 {
test.rs:9 i + 5
test.rs:10 }