Skip to content

Breaking change in gsgdt 0.1.3 #1

@bjorn3

Description

@bjorn3

This causes rustc to fail to compile when updating from gsgdt 0.1.2.

error[E0599]: no function or associated item named `new` found for struct `gsgdt::Node` in the current scope
  --> /home/bjorn/Projects/rust/compiler/rustc_mir/src/util/generic_graph.rs:59:11
   |
59 |     Node::new(stmts, label, title, style)
   |           ^^^ function or associated item not found in `gsgdt::Node`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0599`.
error: could not compile `rustc_mir`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions