blob: 8f4f561b44dcc5c5c4a172a9f6ca006e1e9eeab7 (
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 --output-format json
pub fn f() {}
|