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 6d4730e commit 3240186Copy full SHA for 3240186
clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -1767,8 +1767,7 @@ def note_unsatisfied_trait
1767
: Note<"%0 is not %enum_select<TraitName>{"
1768
"%TriviallyRelocatable{trivially relocatable}|"
1769
"%Replaceable{replaceable}|"
1770
- "%TriviallyCopyable{trivially copyable}|"
1771
- "%Constructible{constructible with provided types}"
+ "%TriviallyCopyable{trivially copyable}"
1772
"}1">;
1773
1774
def note_unsatisfied_trait_reason
0 commit comments