Created
April 27, 2020 19:42
-
-
Save Fishrock123/480eb7338979f56af831066e3c5fd2a3 to your computer and use it in GitHub Desktop.
`cargo doc` run on tide @ 28e5904 (0.8.0)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"reason":"compiler-message", | |
"package_id":"tide 0.8.0 (path+file:///Z:/Rust-Projects/tide)", | |
"target":{ | |
"kind":[ | |
"lib" | |
], | |
"crate_types":[ | |
"lib" | |
], | |
"name":"tide", | |
"src_path":"Z:\\Rust-Projects\\tide\\src\\lib.rs", | |
"edition":"2018", | |
"doctest":true | |
}, | |
"message":{ | |
"rendered":"warning: doc comment contains an invalid Rust code block\n |\n = help: mark blocks | |
that do not contain Rust code as text: ```text\n\n", | |
"children":[ | |
{ | |
"children":[ | |
], | |
"code":null, | |
"level":"help", | |
"message":"mark blocks that do not contain Rust code as text: ```text", | |
"rendered":null, | |
"spans":[ | |
] | |
} | |
], | |
"code":null, | |
"level":"warning", | |
"message":"doc comment contains an invalid Rust code block", | |
"spans":[ | |
{ | |
"byte_end":6692, | |
"byte_start":6681, | |
"column_end":53, | |
"column_start":42, | |
"expansion":null, | |
"file_name":"C:\\Users\\Jeremiah\\.cargo\\registry\\src\\github.com-1ecc6299db9ec823\\async-std-1.5.0\\src\\utils.rs", | |
"is_primary":true, | |
"label":null, | |
"line_end":243, | |
"line_start":243, | |
"suggested_replacement":null, | |
"suggestion_applicability":null, | |
"text":[ | |
{ | |
"highlight_end":53, | |
"highlight_start":42, | |
"text":"" | |
} | |
] | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment