Skip to content

Commit cbd25ed

Browse files
author
Agustin Chiappe Berrini
committed
deny instead of warn
1 parent 75fc118 commit cbd25ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/issue-46553.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
#![feature(const_fn)]
12-
#![warn(const_err)]
12+
#![deny(const_err)]
1313

1414
pub struct Data<T> {
1515
function: fn() -> T,

0 commit comments

Comments
 (0)