Jens
7882e2479f
Update src/ch15-03-drop.md
...
Co-Authored-By: Steve Klabnik <steve@steveklabnik.com >
2019-09-23 09:57:55 +02:00
Carol (Nichols || Goulding)
871416b85c
Ch16-2 add missing Ferris ( #2033 )
...
Ch16-2 add missing Ferris
2019-09-16 09:46:20 -04:00
Carol (Nichols || Goulding)
636685fd35
Update version mentioned on the front page
2019-09-15 13:23:07 -04:00
Carol (Nichols || Goulding)
af34ac954a
Update error messages ( #1737 )
...
Update error messages
2019-09-15 13:21:01 -04:00
Carol (Nichols || Goulding)
4384509586
Update version of Rust used to 1.37
...
This doesn't update any error messages.
Fixes #2074 .
2019-09-15 13:18:07 -04:00
Steve Klabnik
277cded887
Merge pull request #2066 from mb64/more-specific-cargo-doc-link
...
Replace Cargo docs link with a more specific link
2019-09-15 11:50:29 -05:00
Steve Klabnik
c8fa0a7283
Merge pull request #2064 from IceTDrinker/await_keyword
...
Added missing await reserved keyword
2019-09-15 11:50:06 -05:00
Steve Klabnik
af69099d99
Merge pull request #2056 from wdroz/patch-1
...
add does_not_compile for a snippet
2019-09-15 11:49:36 -05:00
Steve Klabnik
72b2f9e0b8
Merge pull request #2046 from UnHumbleBen/patch-4
...
Added second missing dyn
2019-09-15 11:47:58 -05:00
Steve Klabnik
3268dd1075
Merge pull request #2038 from UnHumbleBen/patch-2
...
Removed unnecessary & in function call
2019-09-15 11:47:26 -05:00
Steve Klabnik
c10efd239d
Merge pull request #2031 from galkinvv/galkinvv-display-compile-error
...
Printing non-Display structs is a *compile* error
2019-09-15 11:46:37 -05:00
Steve Klabnik
c019bad43c
Merge pull request #2012 from rsslldnphy/patch-2
...
Update Readme mdBook version to match linked file
2019-09-15 11:44:48 -05:00
Steve Klabnik
5d4540933e
Merge pull request #2003 from PragTob/patch-1
...
Update loose mdbook version reference
2019-09-15 11:44:07 -05:00
Steve Klabnik
4e5847c4df
Merge pull request #1993 from JosephTLyons/Add-additional-bullet-point-for-unsafe
...
Added a bullet point to have list of things unsafe allows for match u…
2019-09-15 11:43:21 -05:00
Steve Klabnik
04b5cecf64
Merge pull request #1986 from RobbertH/patch-1
...
Rewrote a confusing sentence
2019-09-15 11:42:51 -05:00
Steve Klabnik
c199e13cc7
Merge pull request #1977 from kevinmehall/patch-1
...
Replace deprecated `...` range syntax with `..=`
2019-09-15 11:42:26 -05:00
Steve Klabnik
4badf9a857
Merge pull request #1971 from houqp/patch-1
...
correct wording for integration test doc
2019-09-15 11:42:02 -05:00
Steve Klabnik
4f19894e59
Merge pull request #1965 from PunKeel/patch-1
...
Mark the dangle function as does_not_compile
2019-09-15 11:40:27 -05:00
Steve Klabnik
bf7f9a924b
Merge pull request #1960 from tonky/fix_go_memory_by_communicating
...
Add more words to the quote from the actual Go documentation
2019-09-15 11:38:11 -05:00
Steve Klabnik
1e59c6d67c
Merge pull request #1944 from sd234678/remove-unused-import
...
Remove unused import in lfp
2019-09-15 11:33:52 -05:00
Steve Klabnik
57d04f4794
Merge pull request #1931 from NanXiao/patch-1
...
A small typo?
2019-09-15 11:32:43 -05:00
Steve Klabnik
e7cdfe1276
Merge pull request #1926 from aleksator/patch-1
...
Make the code not compile to match the text
2019-09-15 11:32:21 -05:00
Steve Klabnik
c7ad45b73d
Merge pull request #1925 from karipov/master
...
Ferris does-not-compile added (ch9.2)
2019-09-15 11:31:48 -05:00
Steve Klabnik
2de564b27a
Merge pull request #1820 from BooleanCat/master
...
ch07 - remove note regarding use and relative path
2019-09-15 11:30:56 -05:00
Steve Klabnik
44f1b71c11
Merge pull request #1749 from rust-lang/gh1408
...
tweak opening paragraph of deref coercions
2019-09-15 11:29:18 -05:00
Steve Klabnik
43393128d8
update thanks to carol's feedback
2019-09-15 11:29:00 -05:00
Aleru
c2cffb1398
Update ch07-05-separating-modules-into-different-files.md
2019-09-13 08:28:02 -04:00
Aleru
f0e949c210
Update ch07-05-separating-modules-into-different-files.md
2019-09-13 07:52:22 -04:00
Aleru
bb76d1d176
Update ch07-05-separating-modules-into-different-files.md
2019-09-13 07:50:42 -04:00
Mark Barbone
0f10093ac5
Cargo profiles section: replace link to the Cargo book with link to the specific chapter of the Cargo book
2019-08-30 12:57:08 -04:00
Paul Emmerich
fc5ddaec7c
document new --show-output option in ch 11-2
...
--show-output is available in rust 1.39 or later
2019-08-29 12:22:00 +02:00
IceTDrinker
27dd97a785
Added missing await reserved keyword
...
From : https://doc.rust-lang.org/reference/keywords.html
2019-08-25 22:20:04 +02:00
Jian Weihang
52ffe26726
unit type value is also a value
2019-08-21 11:39:51 +08:00
Akhilesh Singhania
dae2be6e5c
Minor: remove an extraneous .
2019-08-18 21:24:11 +02:00
William Droz
ed3ba87434
add does_not_compile for a snippet
...
The snippet in the section "The `?` Operator Can Only Be Used in Functions That Return `Result`" doesn't compile (as expected) thus I added the "does_not_compile" keyword.
2019-08-12 16:08:16 +02:00
Jens
00135e30f0
Update ch15-03-drop.md
2019-08-06 21:41:38 +02:00
Benjamin Lee
239d99f359
Subtle fix to introduce ? on Option
2019-08-02 23:01:52 -07:00
Alexander Krivács Schrøder
0ca4b88f75
Fix additional broken link to Chapter 13-01 in Chapter 12-04
2019-07-31 11:20:27 +02:00
Benjamin Lee
293fbfc38f
Added second missing dyn
2019-07-30 20:15:26 -07:00
Benjamin Lee
30fe5484f3
Condensed "patterns"
2019-07-29 21:14:50 -07:00
Benjamin Lee
b5ebb1b766
Fixes #2039
2019-07-25 21:16:29 +08:00
Benjamin Lee
7e21933658
Removed unnecessary & in function call
2019-07-23 21:58:18 +08:00
leudz
1b006e0ec6
add missing Ferris
2019-07-17 20:43:35 +02:00
Paul Emmerich
38ceba56a8
ci: validate that all used references are defined
...
this will catch issues like https://github.com/rust-lang/book/issues/2010
2019-07-14 22:25:04 +02:00
Vasily Galkin
9cb1d20394
Printing non-Display structs is a *compile* error
...
`Rectangle` doesn't implement `std::fmt::Display` is a compile error, not a run-time error.
2019-07-14 16:29:52 +03:00
Alexander Krivács Schrøder
315c48f695
Fix broken link to Chapter 13-01 in Chapter 12-04
2019-07-11 17:37:02 +02:00
josthoff
a5a03d8f61
fixed inconsistent terminology regarding enums
2019-07-09 20:11:30 +02:00
Benjamin Lee
311930de8a
Update ch15-03 code to match output.
2019-07-08 17:49:46 -07:00
Russell Dunphy
0df67367cc
Update Readme mdBook version to match linked file
2019-07-05 10:43:11 +01:00
Carol (Nichols || Goulding)
7ddc46460f
reexport to re-export
nostarch-second-printing
2019-06-27 09:50:36 -04:00