Merge branch 'fix/error-format' into 'master'

Remap rustc output to show errors in GNOME Builder sidebar

See merge request World/podcasts!81
This commit is contained in:
Jordan Petridis 2018-12-01 12:18:41 +00:00
commit 5d86693d98

View File

@ -31,7 +31,7 @@
],
"env" : {
"CARGO_HOME" : "/run/build/Podcasts/cargo",
/* "RUSTFLAGS" : "--error-format=short", */
"RUSTFLAGS" : "--error-format=short --remap-path-prefix =../",
"RUST_BACKTRACE" : "1"
}
},