2021-05-04 11:51:11 +02:00
|
|
|
// This test purpose is to check that the "--generate-link-to-definition"
|
|
|
|
// option can only be used with HTML generation.
|
|
|
|
|
2024-02-22 12:10:29 +00:00
|
|
|
//@ compile-flags: -Zunstable-options --generate-link-to-definition --output-format json
|
2024-08-13 15:08:07 +02:00
|
|
|
//@ check-pass
|
2021-05-04 11:51:11 +02:00
|
|
|
|
|
|
|
pub fn f() {}
|