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
static text :i32 = 1i32;fnread_block(text:&str){}fnmain(){}
src\main.rs:79:15: 79:19 error: static variables cannot be referenced in a patte
rn, use a `const` instead
src\main.rs:79 fn read_block(text: &str) {
^~~~
error: aborting due to previous error