rust/src/librustdoc
Nick Cameron a0cfda53c4 Change DST syntax: type -> Sized?
closes #13367

[breaking-change] Use `Sized?` to indicate a dynamically sized type parameter or trait (used to be `type`). E.g.,

```
trait Tr for Sized? {}

fn foo<Sized? X: Share>(x: X) {}
```
2014-07-08 22:44:31 +12:00
..
clean rustc: Default #[crate_name] on input, not output 2014-07-05 12:46:42 -07:00
html Change DST syntax: type -> Sized? 2014-07-08 22:44:31 +12:00
core.rs rustc: Default #[crate_name] on input, not output 2014-07-05 12:46:42 -07:00
doctree.rs rustdoc: incorporate stability index throughout 2014-06-30 22:36:24 -07:00
externalfiles.rs Allow external html in rustdoc for crates. 2014-06-30 00:03:34 -07:00
flock.rs Add utf16_units 2014-06-30 18:50:32 +02:00
fold.rs rustdoc: incorporate stability index throughout 2014-06-30 22:36:24 -07:00
lib.rs rustc: Remove CrateId and all related support 2014-07-05 12:38:42 -07:00
markdown.rs Allow external html in rustdoc for crates. 2014-06-30 00:03:34 -07:00
passes.rs Remove unnecessary to_string calls 2014-06-26 08:56:49 +02:00
plugins.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
test.rs rustc: Remove CrateId and all related support 2014-07-05 12:38:42 -07:00
visit_ast.rs rustdoc: incorporate stability index throughout 2014-06-30 22:36:24 -07:00