File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,9 @@ during compiler initialization. The macro system generates both structs,
7878which act as function tables for all query implementations, where each
7979field is a function pointer to the actual provider.
8080
81+ [ providers_struct ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/query/struct.Providers.html
82+ [ extern_providers_struct ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/query/struct.ExternProviders.html
83+
8184** Note:** Both the ` Providers ` and ` ExternProviders ` structs are generated by macros and act as function tables for all query implementations.
8285They are ** not** Rust traits, but plain structs with function pointer fields.
8386
@@ -268,4 +271,4 @@ More discussion and issues:
268271[ "Red/Green" dependency tracking in compiler ] : https://github.com/rust-lang/rust/issues/42293
269272[ GitHub issue #42633 ] : https://github.com/rust-lang/rust/issues/42633
270273[ Incremental Compilation Beta ] : https://internals.rust-lang.org/t/incremental-compilation-beta/4721
271- [ Incremental Compilation Announcement ] : https://blog.rust-lang.org/2016/09/08/incremental.html
274+ [ Incremental Compilation Announcement ] : https://blog.rust-lang.org/2016/09/08/incremental.html
You can’t perform that action at this time.
0 commit comments