work around deviation in diagnostic output for opt-level=0 by forcing -O.

This commit is contained in:
Felix S. Klock II 2018-11-07 15:58:59 +01:00
parent 58c7a786b0
commit f4da71e04e

View file

@ -7,8 +7,8 @@
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//
// compile-flags: -O
#![warn(overflowing_literals)]
#![warn(const_err)]
// compile-pass