diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-02-17 13:53:27 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-03-02 13:19:10 +0100 |
| commit | f1070b152546827e599cdee1f64c55faaf8bf082 (patch) | |
| tree | 9c71ce5bf54bdeabffcc1c96a97d9aebd0747697 /src/test/rustdoc-ui/coverage/html.rs | |
| parent | 15babed8b7936e03ed4cd57afd5c91c44dc4f0be (diff) | |
| download | rust-f1070b152546827e599cdee1f64c55faaf8bf082.tar.gz rust-f1070b152546827e599cdee1f64c55faaf8bf082.zip | |
Replace ToJson with serde
Diffstat (limited to 'src/test/rustdoc-ui/coverage/html.rs')
| -rw-r--r-- | src/test/rustdoc-ui/coverage/html.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/rustdoc-ui/coverage/html.rs b/src/test/rustdoc-ui/coverage/html.rs new file mode 100644 index 00000000000..181cb4c5061 --- /dev/null +++ b/src/test/rustdoc-ui/coverage/html.rs @@ -0,0 +1,4 @@ +// compile-flags:-Z unstable-options --output-format html --show-coverage + +/// Foo +pub struct Xo; |
