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.
|
|
|
|
|
|
|
|
//@ 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() {}
|
2025-03-23 15:50:51 +03:00
|
|
|
|
|
|
|
//~? WARN `--generate-link-to-definition` option can only be used with HTML output format
|