error[E0599]: no method named `to_ascii_lowercase` found for type `i8` in the current scope
--> /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/esp-rom-sys-0.1.3/src/lib.rs:86:31
|
86 | let val = (*s1_i).to_ascii_lowercase() as i32 - (*s2_i).to_ascii_lowercase() as i32;
| ^^^^^^^^^^^^^^^^^^ method not found in `i8`
error[E0599]: no method named `to_ascii_lowercase` found for type `i8` in the current scope
--> /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/esp-rom-sys-0.1.3/src/lib.rs:86:69
|
86 | let val = (*s1_i).to_ascii_lowercase() as i32 - (*s2_i).to_ascii_lowercase() as i32;
| ^^^
Bug description
Project generated with
esp-generatefails with the following errorTo Reproduce
Repository
esp32project withesp-generate(options don't seem to matter, I tried different ones)cargo runExpected behavior
The library compiles
Environment
esp32esp-rom-sys0.1.3