]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/generate-link-to-definition-opt-unstable.rs
Rollup merge of #105784 - yanns:update_stdarch, r=Amanieu
[rust.git] / tests / rustdoc-ui / generate-link-to-definition-opt-unstable.rs
1 // This test purpose is to check that the "--generate-link-to-definition"
2 // option can only be used on nightly.
3
4 // compile-flags: --generate-link-to-definition
5
6 pub fn f() {}