neural/rs/tests/ui/rs503_string.rs rust π 0.0% 22 words · 1 min // Test RS503: String forbidden #[allow(rs_no_panic_unwind)] fn main() { let _s: String = "hello".to_string(); //~ ERROR heap-allocated strings forbidden } Graph Graph