We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf11f7b + 4cb1dcc commit 566f34fCopy full SHA for 566f34f
src/config.rs
@@ -363,8 +363,8 @@ macro_rules! create_config {
363
self.$i.1 = true;
364
self.$i.2 = val;
365
} else {
366
- println!("Warning: can't set some features as unstable \
367
- features are only available in nightly channel.");
+ println!("Warning: can't set `{} = {:?}`, unstable features are only \
+ available in nightly channel.", stringify!($i), val);
368
}
369
370
0 commit comments