lambdaclass / concrete

Concrete is a simple programming language specifically crafted for creating highly scalable systems that are reliable, efficient, and easy to maintain.
Apache License 2.0
123 stars 11 forks source link

Compile Error in Linker #104

Closed JulianGCalderon closed 5 months ago

JulianGCalderon commented 5 months ago
error[E0425]: cannot find value `input_path` in this scope
  --> crates/concrete_driver/src/linker.rs:63:18
   |
63 |                 &input_path.display().to_string(),
   |                  ^^^^^^^^^^ not found in this scope