further test suite

This commit is contained in:
nora 2023-04-04 12:50:35 +02:00
parent c70d6fa26f
commit ff26987129
4 changed files with 76 additions and 10 deletions

View file

@ -1,7 +1,7 @@
use std::collecions::HashMap;
use std::collections::HashMap;
/// ~REQUIRE-DELETED
fn user(map: HashMap<(), ()>) {
/// ~REQUIRE-DELETED user-fn
fn user(mut map: HashMap<(), ()>) {
map.insert((), ());
}