about summary refs log tree commit diff
path: root/src/test/codegen/noalias-box.rs
AgeCommit message (Collapse)AuthorLines
2022-07-19Add flag to configure `noalias` on `Box<T>`nils-0/+8
To aid making an informed decision about the aliasing rules of box, give users an option to remove `noalias` from box.