blob: f73d38f80426f551b39c177b1503345795b1b98b [file] [log] [blame] [edit]
struct Bug {
A: [(); { *"" }.len()],
//~^ ERROR: cannot move a value of type `str`
//~| ERROR: cannot move out of a shared reference
}
fn main() {}