···11+---
22+source: bin/tests/main.rs
33+expression: "&out"
44+55+---
66+[W17] Warning: Found usage of deprecated builtin toPath
77+ ╭─[data/deprecated_to_path.nix:2:4]
88+ │
99+ 2 │ (builtins.toPath x)
1010+ · ────────┬────────
1111+ · ╰────────── builtins.toPath is deprecated, see :doc builtins.toPath within the REPL for more
1212+───╯
1313+[W17] Warning: Found usage of deprecated builtin toPath
1414+ ╭─[data/deprecated_to_path.nix:3:4]
1515+ │
1616+ 3 │ (toPath x)
1717+ · ────┬───
1818+ · ╰───── toPath is deprecated, see :doc builtins.toPath within the REPL for more
1919+───╯
2020+[W17] Warning: Found usage of deprecated builtin toPath
2121+ ╭─[data/deprecated_to_path.nix:4:4]
2222+ │
2323+ 4 │ (toPath "/abc/def")
2424+ · ────────┬────────
2525+ · ╰────────── toPath is deprecated, see :doc builtins.toPath within the REPL for more
2626+───╯
2727+[W17] Warning: Found usage of deprecated builtin toPath
2828+ ╭─[data/deprecated_to_path.nix:5:4]
2929+ │
3030+ 5 │ (builtins.toPath "/some/path")
3131+ · ──────────────┬─────────────
3232+ · ╰─────────────── builtins.toPath is deprecated, see :doc builtins.toPath within the REPL for more
3333+───╯
3434+