Skip to content

Commit

Permalink
general fixups and turn TODOs into FIXMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
fee1-dead committed Jun 28, 2024
1 parent 47492c9 commit db228b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/marker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,9 @@ pub macro SmartPointer($item:item) {
/* compiler built-in */
}

// Support traits and types for the desugaring of const traits and
// `~const` bounds. Not supposed to be used by anything other than
// the compiler.
#[doc(hidden)]
#[unstable(
feature = "effect_types",
Expand All @@ -1036,7 +1039,6 @@ pub macro SmartPointer($item:item) {
)]
#[allow(missing_debug_implementations)] // these unit structs don't need `Debug` impls.
#[cfg(not(bootstrap))]
// TODO docs
pub mod effects {
#[lang = "EffectsNoRuntime"]
pub struct NoRuntime;
Expand Down

0 comments on commit db228b8

Please sign in to comment.