shepmaster / snafu

Easily assign underlying errors into domain-specific errors while adding context
https://docs.rs/snafu/
Apache License 2.0
1.39k stars 60 forks source link

Replace doc-comment crate with language functionality #413

Closed shepmaster closed 9 months ago

netlify[bot] commented 9 months ago

Deploy Preview for shepmaster-snafu ready!

Name Link
Latest commit 90c8e4532018537e656a91e58c0c4f480b5a4ef6
Latest deploy log https://app.netlify.com/sites/shepmaster-snafu/deploys/656dda458cfd3d0008b64141
Deploy Preview https://deploy-preview-413--shepmaster-snafu.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Enet4 commented 9 months ago
error: unresolved link to `Error::provide`
   --> src/lib.rs:277:1
    |
277 | #[doc = include_str!("Snafu.md")]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings`
    = note: the link appears in this line:

            will implement the [`Error::provide` method][Error::provide]. This
                                                         ^^^^^^^^^^^^^^
    = note: the trait `Error` has no associated item named `provide`

Maybe this particular toolchain is unable to translate Error::provide to core::error::Error::provide.

shepmaster commented 9 months ago

Build should be fixed by #414.