-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Description
rustpather version 0.1.0 regressed from stable to beta (full log):
Aug 16 19:27:59.459 INFO kablam! error: type `rustpather::Edge<T>` is private
Aug 16 19:27:59.459 INFO kablam! --> src/main.rs:16:14
Aug 16 19:27:59.460 INFO kablam! |
Aug 16 19:27:59.460 INFO kablam! 16 | let path8 = rustpather::astar(&graph8, (0, 0), (2, 2), &rustpather::heuristic);
Aug 16 19:27:59.460 INFO kablam! | ^^^^^^^^^^^^^^^^^
cc @harporoeder
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.