]> git.lizzy.rs Git - rust.git/blob - src/doc/unstable-book/src/language-features/link-cfg.md
Rollup merge of #106904 - khuey:preserve_debuginfo_for_rlibs, r=davidtwco
[rust.git] / src / doc / unstable-book / src / language-features / link-cfg.md
1 # `link_cfg`
2
3 This feature is internal to the Rust compiler and is not intended for general use.
4
5 ------------------------