We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb61958 commit 57dab3cCopy full SHA for 57dab3c
jira-wip/src/koans/01_ticket/04_visibility.rs
@@ -71,9 +71,9 @@ mod visibility {
71
// You should be seeing this error when trying to run this koan:
72
//
73
// error[E0616]: field `description` of struct `path_to_enlightenment::visibility::ticket::Ticket` is private
74
- // --> jira-wip/src/koans/01_ticket/04_visibility.rs:99:25
+ // --> jira-wip/src/koans/01_ticket/04_visibility.rs:81:24
75
// |
76
- // 99 | assert_eq!(ticket.description, "A description");
+ // 81 | assert_eq!(ticket.description, "A description");
77
// | ^^^^^^^^^^^^^^^^^^
78
79
// Once you have verified that the below does not compile,
0 commit comments