error: recursive newtype `N`
  ╭▸ test/ui/recursive1.aldrin:9:9
  │
9 │ newtype N = N;
  │         ━
  │
  ├ note: recursive newtypes are not supported
  ╰ help: use box<T> to break the recursion