You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling test v0.0.1 (file:///C:/Users/tomaka/Projets/test)
Running target\test\test-324ea734a31af282.exe
running 1 test
test it_works ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured
Doc-tests test
C:\Users\tomaka\Projets\test\src\lib.rs:1:1: 1:1 error: can't find crate for `std`
C:\Users\tomaka\Projets\test\src\lib.rs:1 #[test]
^
error: aborting due to previous error
task '<main>' failed at 'Box<Any>', C:\bot\slave\nightly-win\build\src\libsyntax\ast_util.rs:784
Could not execute process `rustdoc --test C:\Users\tomaka\Projets\test\src\lib.rs --crate-name test -L target/test -L target/test/deps` (status=101)
EDIT: for some reason I thought that it was working when manually running rustdoc, while in fact it doesn't. So this is a rustdoc issue, not cargo (see rust-lang/rust#11792).
Should I close this?
The text was updated successfully, but these errors were encountered:
How to reproduce:
Produces this:
EDIT: for some reason I thought that it was working when manually running
rustdoc
, while in fact it doesn't. So this is arustdoc
issue, not cargo (see rust-lang/rust#11792).Should I close this?
The text was updated successfully, but these errors were encountered: