diff options
| author | bors <bors@rust-lang.org> | 2023-07-03 08:16:58 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-07-03 08:16:58 +0000 |
| commit | a8b6ec16676ded3b90ddf44e33fe6dc9b4dfa23e (patch) | |
| tree | fd1a539f81c6e5c12b15b966068fc2f5f86bf82f /tests/rustdoc-js-std/parser-quote.js | |
| parent | 7d63d7021ff5c88d74dc776e9ef1d8e39467b216 (diff) | |
| parent | 6a21b2ddc2d31ae1aef5b8eed87bb56943c2a685 (diff) | |
| download | rust-a8b6ec16676ded3b90ddf44e33fe6dc9b4dfa23e.tar.gz rust-a8b6ec16676ded3b90ddf44e33fe6dc9b4dfa23e.zip | |
Auto merge of #2955 - rust-lang:rustup2023-07-03, r=oli-obk
Automatic sync from rustc
Diffstat (limited to 'tests/rustdoc-js-std/parser-quote.js')
| -rw-r--r-- | tests/rustdoc-js-std/parser-quote.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-js-std/parser-quote.js b/tests/rustdoc-js-std/parser-quote.js index 9d2a3620ed7..731673cf463 100644 --- a/tests/rustdoc-js-std/parser-quote.js +++ b/tests/rustdoc-js-std/parser-quote.js @@ -38,7 +38,7 @@ const PARSED = [ original: '"p" -> a', returned: [], userQuery: '"p" -> a', - error: "You cannot have more than one element if you use quotes", + error: "Cannot have more than one element if you use quotes", }, { query: '"a" -> "p"', |
