rust/tests/rustdoc-ui/generate-link-to-definition/generate-link-to-definition...

7 lines
178 B
Rust

// This test purpose is to check that the "--generate-link-to-definition"
// option can only be used on nightly.
//@ compile-flags: --generate-link-to-definition
pub fn f() {}