diff options
Diffstat (limited to 'src/test/run-pass/try-operator-custom.rs')
| -rw-r--r-- | src/test/run-pass/try-operator-custom.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/try-operator-custom.rs b/src/test/run-pass/try-operator-custom.rs index 008cab00ea2..9993061ea61 100644 --- a/src/test/run-pass/try-operator-custom.rs +++ b/src/test/run-pass/try-operator-custom.rs @@ -1,3 +1,5 @@ +// run-pass + #![feature(try_trait)] use std::ops::Try; |
