-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Description
Discovered in #4627 (comment), the "Documenting" messages aren't using \
on windows and should be:
failures:
---- doc_multiple_targets_same_name stdout ----
running `C:\projects\cargo\target\debug\cargo.exe doc --all`
thread 'doc_multiple_targets_same_name' panicked at '
Expected: execs
but: expected to find:
[DOCUMENTING] foo v0.1.0 (file:///C:/projects/cargo/target/cit/t10/foo[/]foo)
did not find in output:
Documenting bar v0.1.0 (file:///C:/projects/cargo/target/cit/t10/foo/bar)
Documenting foo v0.1.0 (file:///C:/projects/cargo/target/cit/t10/foo/foo)
Finished dev [unoptimized + debuginfo] target(s) in 0.68 secs
', C:\Users\appveyor\.cargo\registry\src\github.com-1ecc6299db9ec823\hamcrest-0.1.1\src\core.rs:31:12
note: Run with `RUST_BACKTRACE=1` for a backtrace.