We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e19ccb7 + cf05cd8 commit 87254bcCopy full SHA for 87254bc
src/bootstrap/config.rs
@@ -264,7 +264,7 @@ impl Config {
264
let table = match p.parse() {
265
Some(table) => table,
266
None => {
267
- println!("failed to parse TOML configuration:");
+ println!("failed to parse TOML configuration '{}':", file.to_str().unwrap());
268
for err in p.errors.iter() {
269
let (loline, locol) = p.to_linecol(err.lo);
270
let (hiline, hicol) = p.to_linecol(err.hi);
0 commit comments