diff options
Diffstat (limited to 'src/ast/path.hpp')
-rw-r--r-- | src/ast/path.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast/path.hpp b/src/ast/path.hpp index 8ba9e93c..5028bebc 100644 --- a/src/ast/path.hpp +++ b/src/ast/path.hpp @@ -257,6 +257,7 @@ public: void resolve(const Crate& crate, bool expect_params=true); void resolve_absolute(const Crate& root_crate, bool expect_params); void resolve_ufcs(const Crate& root_crate, bool expect_params); + void resolve_ufcs_trait(const AST::Path& trait_path, AST::PathNode& node); /// Resolve generic arguments within the path void resolve_args(::std::function<TypeRef(const char*)> fcn); |