2024-02-22 12:10:29 +00:00
|
|
|
//@ compile-flags:-Z unstable-options --output-format html --show-coverage
|
2020-02-17 12:53:27 +00:00
|
|
|
|
|
|
|
/// Foo
|
|
|
|
pub struct Xo;
|
2025-03-23 12:50:51 +00:00
|
|
|
|
|
|
|
//~? ERROR `--output-format=html` is not supported for the `--show-coverage` option
|