summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/generate-link-to-definition-opt2.rs
blob: da5142087ddee8a59322bc0602e9d307566f2c3d (plain)
1
2
3
4
5
6
// This test purpose is to check that the "--generate-link-to-definition"
// option can only be used with HTML generation.

// compile-flags: -Zunstable-options --generate-link-to-definition --show-coverage

pub fn f() {}