-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add alices quiz (no explanation) as quiz misc 8 #23
base: main
Are you sure you want to change the base?
Conversation
I believe you forgot to actually commit the new files (i.e. example code, explanation, ...) |
I force pushed so you'll never know |
@@ -0,0 +1,14 @@ | |||
# Misc 8 @Darksonn | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe worth adding an explicit question about whether it compiles or not
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
realistically all the MD files should have equivalent notes to the unsafe ones
self | ||
} | ||
} | ||
impl Unpin for dyn MyUnpinTrait {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
given that the compiler error is here, I think it should be simplified a bit to make it easier to understand
|
No description provided.