Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

idubrov/rustdoc-crash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repro case for rustdoc crash

Steps to reproduce:

Nightly:

rustup toolchain install nightly-2019-08-22
cargo +nightly-2019-08-22 clean
cargo +nightly-2019-08-22 doc

Stable (1.37.0), with RUSTC_BOOTSTRAP=1:

rustup toolchain install 1.37.0
cargo +1.37.0 clean
RUSTC_BOOTSTRAP=1 cargo +1.37.0 doc

Stable (1.37.0), without RUSTC_BOOTSTRAP=1, does not reproduce:

rustup toolchain install 1.37.0
cargo +1.37.0 clean
cargo +1.37.0 doc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages