]> git.proxmox.com Git - rustc.git/blob - src/doc/book/listings/ch08-common-collections/output-only-01-not-char-boundary/output.txt
New upstream version 1.63.0+dfsg1
[rustc.git] / src / doc / book / listings / ch08-common-collections / output-only-01-not-char-boundary / output.txt
1 $ cargo run
2 Compiling collections v0.1.0 (file:///projects/collections)
3 Finished dev [unoptimized + debuginfo] target(s) in 0.43s
4 Running `target/debug/collections`
5 thread 'main' panicked at 'byte index 1 is not a char boundary; it is inside 'З' (bytes 0..2) of `Здравствуйте`', library/core/src/str/mod.rs:127:5
6 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace