rust/library/std/src
Dylan DPC d783f399e5
Rollup merge of #84177 - ehuss:join_paths-err, r=kennytm
Fix join_paths error display.

On unix, the error from `join_paths` looked like this:

```
path segment contains separator `58`
```

This PR changes it to look like this:

```
path segment contains separator `:`
```
2021-04-15 01:27:53 +02:00
..
backtrace
collections Use DebugStruct::finish_non_exhaustive() in std. 2021-03-27 13:29:23 +01:00
env
error
f32
f64
ffi Add a few missing links, fix a typo 2021-03-31 16:02:59 +02:00
fs
io Auto merge of #82992 - philippeitis:stabilize_bufreader_seek_relative, r=workingjubilee 2021-04-13 00:52:00 +00:00
lazy
memchr
net Rollup merge of #83831 - AngelicosPhosphoros:issue-77583-inline-for-ip, r=m-ou-se 2021-04-05 13:03:42 +02:00
num
os Deprecate std::os::haiku::raw 2021-03-16 17:43:33 -04:00
panic
path
prelude Bump cfgs 2021-04-04 14:57:05 -04:00
process
sync Fix minor typo in once.rs 2021-04-01 00:52:02 -04:00
sys Rollup merge of #84177 - ehuss:join_paths-err, r=kennytm 2021-04-15 01:27:53 +02:00
sys_common Update documentation 2021-04-14 14:03:00 +02:00
thread Use DebugStruct::finish_non_exhaustive() in std. 2021-03-27 13:29:23 +01:00
time
alloc.rs
ascii.rs
backtrace.rs
env.rs
error.rs Document "standard" conventions for error messages 2021-04-02 15:11:49 +03:00
f32.rs
f64.rs
fs.rs clean up example on read_to_string 2021-04-10 12:50:04 -05:00
keyword_docs.rs Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-default on 2015 2021-04-12 09:45:59 -07:00
lazy.rs Use DebugStruct::finish_non_exhaustive() in std. 2021-03-27 13:29:23 +01:00
lib.rs Rollup merge of #84084 - m-ou-se:stabilize-zero, r=scottmcm 2021-04-13 11:10:40 +02:00
macros.rs
memchr.rs
num.rs
panic.rs
panicking.rs
path.rs Apply suggestions from code review 2021-03-31 16:09:25 +02:00
primitive_docs.rs Rephrase -0.0 docs 2021-03-22 17:02:09 -07:00
process.rs Use DebugStruct::finish_non_exhaustive() in std. 2021-03-27 13:29:23 +01:00
rt.rs
time.rs