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.
1 parent ea1f14e commit 479b8ccCopy full SHA for 479b8cc
src/bin/wit-bindgen.rs
@@ -146,7 +146,7 @@ fn main() -> Result<()> {
146
Some(path) => path.join(name),
147
None => name.into(),
148
};
149
- println!("Generating {:?}", dst);
+ eprintln!("Generating {:?}", dst);
150
151
if opt.check {
152
let prev = std::fs::read(&dst).with_context(|| format!("failed to read {:?}", dst))?;
0 commit comments