Skip to content

Instantly share code, notes, and snippets.

@steveklabnik
Created October 20, 2017 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steveklabnik/34faf7cd1da9f5b43345179dc6d1c2b4 to your computer and use it in GitHub Desktop.
Save steveklabnik/34faf7cd1da9f5b43345179dc6d1c2b4 to your computer and use it in GitHub Desktop.
> rustdoc +local -Z unstable-options --enable-commonmark .\src\libcore\lib.
rs -o .
WARNING: documentation for this crate may be rendered differently using the new Pulldown renderer.
See https://github.com/rust-lang/rust/issues/44229 for details.
WARNING: rendering difference in `# The Rust Core Library`
--> .\src\libcore\lib.rs:11:0
/html[0]/body[1]/p[1] Attributes differ in `sup`: expected: `{"id": "supref1"}`, found: `{"id": "fnref1"}`
WARNING: rendering difference in `# The Rust Core Library`
--> .\src\libcore\lib.rs:11:0
/html[0]/body[1] Tags differ: expected: `div`, found: `p`
WARNING: rendering difference in `# The Rust Core Library`
--> .\src\libcore\lib.rs:11:0
/html[0]/body[1] Unexpected element `h1`: found: `<h1 class="section-header" id="how-to-use-the-core ... ore library</a></h1>`
WARNING: rendering difference in `# The Rust Core Library`
--> .\src\libcore\lib.rs:11:0
/html[0]/body[1] Unexpected element `p`: found: `<p>Please note that all of these details are curre ... nsidered stable.</p>`
WARNING: rendering difference in `# The Rust Core Library`
--> .\src\libcore\lib.rs:11:0
/html[0]/body[1] Unexpected element `p`: found: `<p>This library is built on the assumption of a fe ... xisting symbols:</p>`
WARNING: rendering difference in `# The Rust Core Library`
--> .\src\libcore\lib.rs:11:0
/html[0]/body[1] Unexpected element `ul`: found: `<ul>`
WARNING: rendering difference in `# The Rust Core Library`
--> .\src\libcore\lib.rs:11:0
/html[0]/body[1] Unexpected element `div`: found: `<div class="footnotes">`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment