diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-11-29 17:14:05 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-12-02 14:17:20 +0100 |
| commit | d7e998dd14a8eed64df84d3a0ae05a906d7df152 (patch) | |
| tree | 12683dafbe0e9f1ee1a381ec281666a269d5ed15 /src/test/rustdoc/tuple-struct-fields-doc.rs | |
| parent | 1e55c31cbbc43a21c93ed5652dc39c267e6557af (diff) | |
| download | rust-d7e998dd14a8eed64df84d3a0ae05a906d7df152.tar.gz rust-d7e998dd14a8eed64df84d3a0ae05a906d7df152.zip | |
Rename ID "main" into "main-content"
Diffstat (limited to 'src/test/rustdoc/tuple-struct-fields-doc.rs')
| -rw-r--r-- | src/test/rustdoc/tuple-struct-fields-doc.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/rustdoc/tuple-struct-fields-doc.rs b/src/test/rustdoc/tuple-struct-fields-doc.rs index 139c5b4391a..2e339fe8264 100644 --- a/src/test/rustdoc/tuple-struct-fields-doc.rs +++ b/src/test/rustdoc/tuple-struct-fields-doc.rs @@ -4,11 +4,11 @@ // @has - '//h2[@id="fields"]' 'Tuple Fields' // @has - '//h3[@class="sidebar-title"]/a[@href="#fields"]' 'Tuple Fields' // @has - '//*[@id="structfield.0"]' '0: u32' -// @has - '//*[@id="main"]/div[@class="docblock"]' 'hello' +// @has - '//*[@id="main-content"]/div[@class="docblock"]' 'hello' // @!has - '//*[@id="structfield.1"]' // @has - '//*[@id="structfield.2"]' '2: char' // @has - '//*[@id="structfield.3"]' '3: i8' -// @has - '//*[@id="main"]/div[@class="docblock"]' 'not hello' +// @has - '//*[@id="main-content"]/div[@class="docblock"]' 'not hello' pub struct Foo( /// hello pub u32, |
