Skip to content

Commit 5bd451b

Browse files
committedNov 25, 2018
Auto merge of #56215 - pietroalbini:rollup, r=pietroalbini
Rollup of 14 pull requests Successful merges: - #56024 (Don't auto-inline const functions) - #56045 (Check arg/ret sizedness at ExprKind::Path) - #56072 (Stabilize macro_literal_matcher) - #56075 (Encode a custom "producers" section in wasm files) - #56100 (generator fields are not necessarily initialized) - #56101 (Incorporate `dyn` into more comments and docs.) - #56144 (Fix BTreeSet and BTreeMap gdb pretty-printers) - #56151 (Move a flaky process test out of libstd) - #56170 (Fix self profiler ICE on Windows) - #56176 (Panic setup msg) - #56204 (Suggest correct enum variant on typo) - #56207 (Stabilize the int_to_from_bytes feature) - #56210 (read_c_str should call the AllocationExtra hooks) - #56211 ([master] Forward-ports from beta) Failed merges: r? @ghost
2 parents e9bca7a + cd17b1d commit 5bd451b

File tree

65 files changed

+686
-374
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+686
-374
lines changed
 

‎src/doc/unstable-book/src/language-features/macro-literal-matcher.md

-17
This file was deleted.

‎src/doc/unstable-book/src/language-features/unsized-locals.md

-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ fn main() {
8080
}
8181
```
8282

83-
However, the current implementation allows `MyTupleStruct(..)` to be unsized. This will be fixed in the future.
84-
8583
## By-value trait objects
8684

8785
With this feature, you can have by-value `self` arguments without `Self: Sized` bounds.

0 commit comments

Comments
 (0)