File tree Expand file tree Collapse file tree
crates/stackable-versioned-macros/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ feature to be enabled. These tests can be run with `cargo test --all-features`.
1313> [ !NOTE]
1414> Please have ` rust-src ` installed, e.g. using ` rustup component add rust-src ` .
1515>
16- > Also see the compile-fail tests, described [ here ] ( #compile-fail-testing ) .
16+ > Also see the compile-fail tests, described [ below ] ( #compile-fail-testing ) .
1717
1818Snapshot testing is done using the [ insta] crate. It provides a [ CLI tool] [ insta-cli ] calle
1919 ` cargo-insta ` and a [ VS Code extension] [ insta-ext ] .
@@ -81,13 +81,13 @@ accepted (ie: no `.new` files remaining), check in the files.
8181## Compile-Fail Testing
8282
8383> [ !NOTE]
84- > Also see the snapshot tests, described [ here ] ( #snapshot-testing ) .
84+ > Also see the snapshot tests, described [ above ] ( #snapshot-testing ) .
8585
8686This type of testing is part of UI testing. These tests assert two things: First, some code should
8787compile without errors and secondly other code should produce the expected rustc (compiler) error
8888message. For this type of testing, we use the [ ` trybuild ` ] [ trybuild ] crate.
8989
90- Further information about the workflow are described [ here ] [ workflow ] .
90+ Further information about the workflow are described [ in it's documentation ] [ workflow ] .
9191
9292[ rust-ref ] : https://doc.rust-lang.org/reference/procedural-macros.html#attribute-macros
9393[ workflow ] : https://docs.rs/trybuild/latest/trybuild/#workflow
You can’t perform that action at this time.
0 commit comments