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
{{ message }}
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.
The current
error_chain!
macro permits doc comments on errors, but not on links:yields
whereas doing similarly for an error in
errors
works just fine.See a full failing example here - if line 11 is a normal comment, the compiler emits a warning; if it's a doc comment, it fails.
The text was updated successfully, but these errors were encountered: