From eafbcfb73cad912a0b2c2ec24f028257e5f2f999 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 30 Sep 2013 11:01:23 -0700 Subject: Change the format! statics to be all-caps This lets them get past the non_uppercase_statics lint mode (if it's turned on) Closes #9631 --- src/test/run-pass/format-no-uppercase-statics.rs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/test/run-pass/format-no-uppercase-statics.rs (limited to 'src/test') diff --git a/src/test/run-pass/format-no-uppercase-statics.rs b/src/test/run-pass/format-no-uppercase-statics.rs new file mode 100644 index 00000000000..585a61544ca --- /dev/null +++ b/src/test/run-pass/format-no-uppercase-statics.rs @@ -0,0 +1,15 @@ +// Copyright 2013 The Rust Project Developers. See the COPYRIGHT +// file at the top-level directory of this distribution and at +// http://rust-lang.org/COPYRIGHT. +// +// Licensed under the Apache License, Version 2.0 or the MIT license +// , at your +// option. This file may not be copied, modified, or distributed +// except according to those terms. + +#[deny(non_uppercase_statics)]; + +pub fn main() { + println!("I generate statics with {0, select, other{#}}", "weird names"); +} -- cgit 1.4.1-3-g733a5