We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[_; N]
[_, ..N]
1 parent a8a210b commit 38a1bb1Copy full SHA for 38a1bb1
src/librustdoc/html/format.rs
@@ -544,7 +544,7 @@ impl fmt::String for clean::Type {
544
}
545
clean::FixedVector(ref t, ref s) => {
546
primitive_link(f, clean::Slice,
547
- format!("[{}, ..{}]", **t, *s).as_slice())
+ format!("[{}; {}]", **t, *s).as_slice())
548
549
clean::Bottom => f.write_str("!"),
550
clean::RawPointer(m, ref t) => {
0 commit comments