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