Skip to content

Minor dot graph fixes#149

Draft
dkcumming wants to merge 2 commits into
masterfrom
dc/graph-str-fix
Draft

Minor dot graph fixes#149
dkcumming wants to merge 2 commits into
masterfrom
dc/graph-str-fix

Conversation

@dkcumming
Copy link
Copy Markdown
Collaborator

I couldn't get a render for the graphviz graph for:

fn main() {
    let _num = Box::new(42);
}

The problem was that .contains("str") is too weak and allowed references like &str when really we want to match on Str. I also had problems with escape chars. After these fixes I got the graph to render.

I haven't had a deep review and I think the other PRs need to be processed first so I am just opening a draft for now so the work is not lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant