]> git.lizzy.rs Git - rust.git/commit
be more clear which stack we are talking about
authorRalf Jung <post@ralfj.de>
Tue, 12 Feb 2019 09:51:03 +0000 (10:51 +0100)
committerRalf Jung <post@ralfj.de>
Tue, 12 Feb 2019 09:51:03 +0000 (10:51 +0100)
commit3c652032c0223de205c28e6e0ded117ca4e46e61
treeaf88362081ae627ab00145c6fd7bb2d85ef8b465
parent258cc493ef3951ed5451e75110f6ea27c04f170f
be more clear which stack we are talking about
23 files changed:
src/stacked_borrows.rs
tests/compile-fail/stacked_borrows/alias_through_mutation.rs
tests/compile-fail/stacked_borrows/aliasing_mut3.rs
tests/compile-fail/stacked_borrows/box_exclusive_violation1.rs
tests/compile-fail/stacked_borrows/buggy_as_mut_slice.rs
tests/compile-fail/stacked_borrows/buggy_split_at_mut.rs
tests/compile-fail/stacked_borrows/illegal_read1.rs
tests/compile-fail/stacked_borrows/illegal_read2.rs
tests/compile-fail/stacked_borrows/illegal_read3.rs
tests/compile-fail/stacked_borrows/illegal_read4.rs
tests/compile-fail/stacked_borrows/illegal_read5.rs
tests/compile-fail/stacked_borrows/illegal_write2.rs
tests/compile-fail/stacked_borrows/illegal_write3.rs
tests/compile-fail/stacked_borrows/illegal_write5.rs
tests/compile-fail/stacked_borrows/load_invalid_mut.rs
tests/compile-fail/stacked_borrows/outdated_local.rs
tests/compile-fail/stacked_borrows/pass_invalid_mut.rs
tests/compile-fail/stacked_borrows/pointer_smuggling.rs
tests/compile-fail/stacked_borrows/return_invalid_mut.rs
tests/compile-fail/stacked_borrows/return_invalid_mut_option.rs
tests/compile-fail/stacked_borrows/return_invalid_mut_tuple.rs
tests/compile-fail/stacked_borrows/transmute-is-no-escape.rs
tests/compile-fail/stacked_borrows/unescaped_local.rs