about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-07-17 15:39:33 +0000
committerbors <bors@rust-lang.org>2018-07-17 15:39:33 +0000
commit1c84d8187395b641616649a0f16f15a78ea8bbce (patch)
treefb5ff393db1c0ba683a614800c841ac46392c140 /src/libstd/sys/unix/stack_overflow.rs
parent4bff385fdadb999f19afb7b1482df7863034d742 (diff)
parent88e9af0375ba31d91523143b45088f5a481cb76e (diff)
downloadrust-1c84d8187395b641616649a0f16f15a78ea8bbce.tar.gz
rust-1c84d8187395b641616649a0f16f15a78ea8bbce.zip
Auto merge of #52404 - felixrabe:doc-link-ch19-04-typo, r=GuillaumeGomez
Fix doc link

Result of first searching via:

    find src -type f -exec fgrep -l dynamically-sized-types--sized {} \;

and then replacing all relevant occurrences via:

    find src/{libcore,test/ui} -type f -exec sed -i.bak \
      s/dynamically-sized-types--sized/dynamically-sized-types-and-sized/g {} \;
    find src -type f -name '*.bak' -exec rm {} \;

(Note: Commands run on macOS 10.13 (BSD).  `sed -i.bak` should work on
GNU/Linux as well, but not tested.)

EDIT: Did not compile / test Rust for this change at all.

Clickable links for comparison:
https://doc.rust-lang.org/book/second-edition/ch19-04-advanced-types.html#dynamically-sized-types--sized (broken)
https://doc.rust-lang.org/book/second-edition/ch19-04-advanced-types.html#dynamically-sized-types-and-sized (fixed)
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions