diff options
Diffstat (limited to 'src/test/run-pass/nested-class.rs')
| -rw-r--r-- | src/test/run-pass/nested-class.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/nested-class.rs b/src/test/run-pass/nested-class.rs index 1ad68cb9de0..ca869386856 100644 --- a/src/test/run-pass/nested-class.rs +++ b/src/test/run-pass/nested-class.rs @@ -8,6 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +#![allow(non_camel_case_types)] pub fn main() { struct b { |
