morning folks; I’m getting a weird error when I at...
# general
a
morning folks; I’m getting a weird error when I attempt to install pants locally:
Copy code
Compiling bazel_protos v0.0.1 (file:///Users/jbarry/git_repos/pants/src/rust/engine/process_execution/bazel_protos)
error[E0658]: `impl Trait` in return position is experimental (see issue #34511)
   --> graph/src/lib.rs:949:8
    |
949 |   ) -> impl IteratorItem = hashing::Digest + 'g {
    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error