placing 1.0.0

A prototype notation for referentially stable constructors
Documentation
1
2
3
4
5
6
7
#[placing::placing]
struct Cat {}

#[placing::placing]
impl Cat {}

fn main() {}