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
If this code were written directly rather than generated by a proc macro, this would produce warning: this URL is not a hyperlink. But I guess when it goes through a proc macro it can't generate correct span information for the warning and crashes.
Invoking this proc macro and running
cargo doc
rusults in a crash the the errorcould not find markdown in source
:If this code were written directly rather than generated by a proc macro, this would produce
warning: this URL is not a hyperlink
. But I guess when it goes through a proc macro it can't generate correct span information for the warning and crashes.I originally noticed this with the
schemafy::schemafy!
macro.Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: