Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update doc comment
  • Loading branch information
RalfJung committed May 21, 2019
commit a2168b0259f67ca478255239cdde9b76603b08c8
3 changes: 1 addition & 2 deletions src/librustc_data_structures/macros.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// A simple static assertion macro. The first argument should be a unique
/// ALL_CAPS identifier that describes the condition.
/// A simple static assertion macro.
#[macro_export]
#[allow_internal_unstable(type_ascription, underscore_const_names)]
macro_rules! static_assert {
Expand Down