diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2018-02-23 13:00:11 -0800 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2018-02-23 13:00:11 -0800 |
| commit | dd67fe17276e4bf8cd054d2a8453dc58e0571447 (patch) | |
| tree | 32298411f2ff45a83911649ffe64f23db168df28 /src | |
| parent | 177271f91401852841c647ae01b4072253d69234 (diff) | |
| download | rust-dd67fe17276e4bf8cd054d2a8453dc58e0571447.tar.gz rust-dd67fe17276e4bf8cd054d2a8453dc58e0571447.zip | |
Silence warning in test
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/compile-fail/trait-bounds-not-on-struct.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/compile-fail/trait-bounds-not-on-struct.rs b/src/test/compile-fail/trait-bounds-not-on-struct.rs index 6cd43916731..0dd1a4e7d73 100644 --- a/src/test/compile-fail/trait-bounds-not-on-struct.rs +++ b/src/test/compile-fail/trait-bounds-not-on-struct.rs @@ -9,6 +9,7 @@ // except according to those terms. #![feature(dyn_trait)] +#![allow(bare_trait_object)] struct Foo; |
