mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-05 13:13:40 +00:00
Merge pull request #2248 from alexheretic/master
Fix config warnings leaking into stdout
This commit is contained in:
commit
e65ceb2062
@ -361,7 +361,7 @@ macro_rules! create_config {
|
||||
self.$i.1 = true;
|
||||
self.$i.2 = val;
|
||||
} else {
|
||||
println!("Warning: can't set `{} = {:?}`, unstable features are only \
|
||||
eprintln!("Warning: can't set `{} = {:?}`, unstable features are only \
|
||||
available in nightly channel.", stringify!($i), val);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user