Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-negative_bounds.rs
blob: 533cb0ce5bcc5af0a0dc79fecdda430a05a491a2 [
file
] [
log
] [
blame
]
fn
test
<
T
:
!
Copy
>()
{}
//~^ ERROR negative bounds are not supported
fn
main
()
{}