blob: 533cb0ce5bcc5af0a0dc79fecdda430a05a491a2 [file] [log] [blame] [edit]
fn test<T: !Copy>() {}
//~^ ERROR negative bounds are not supported
fn main() {}