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