diff options
| author | Carlos E. Garcia <carlos@cgarcia.org> | 2016-02-09 11:52:39 -0500 |
|---|---|---|
| committer | Carlos E. Garcia <carlos@cgarcia.org> | 2016-02-09 11:52:39 -0500 |
| commit | 02aa0aff2f0b42368dd871186510493fa60d785a (patch) | |
| tree | 9876ab46cee5b267ffcfd926f94ff75fc7273d36 /src/test/compile-fail/traits-inductive-overflow-supertrait-oibit.rs | |
| parent | 6630a0819553898c3fc0d060cc72a94d62ae1330 (diff) | |
| download | rust-02aa0aff2f0b42368dd871186510493fa60d785a.tar.gz rust-02aa0aff2f0b42368dd871186510493fa60d785a.zip | |
Minor spelling fixes
Diffstat (limited to 'src/test/compile-fail/traits-inductive-overflow-supertrait-oibit.rs')
| -rw-r--r-- | src/test/compile-fail/traits-inductive-overflow-supertrait-oibit.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/traits-inductive-overflow-supertrait-oibit.rs b/src/test/compile-fail/traits-inductive-overflow-supertrait-oibit.rs index 1362f8ac0ae..ec8db996600 100644 --- a/src/test/compile-fail/traits-inductive-overflow-supertrait-oibit.rs +++ b/src/test/compile-fail/traits-inductive-overflow-supertrait-oibit.rs @@ -9,7 +9,7 @@ // except according to those terms. // OIBIT-based version of #29859, supertrait version. Test that using -// a simple OIBIT `..` impl alone still doesn't allow arbitary bounds +// a simple OIBIT `..` impl alone still doesn't allow arbitrary bounds // to be synthesized. #![feature(optin_builtin_traits)] |
