rtfm-syntax 0.4.0

The Real Time for The Masses (RTFM) meta language
Documentation
1
2
3
4
5
error: `init` has direct exclusive access to resources; use `x` instead of `&x` 
  --> $DIR/init-shared-access.rs:10:26
   |
10 |     #[init(resources = [&x])]
   |                          ^