about summary refs log tree commit diff
path: root/src/test/compile-fail/functional-struct-update-respects-privacy.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-42/+0
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-2/+0
2015-05-29add const_fn featuresNiko Matsakis-0/+2
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-1/+1
2015-02-10add `//~ ERROR` line to test for privacy respecting FRU (RFC 736).Felix S. Klock II-1/+1
2015-02-10Make FRU respect privacy of all struct fields, mentioned or unmentioned.Felix S. Klock II-0/+42
This is RFC 736. Fix #21407.