in reply to Re: Call for Compiler Error Conundrums
in thread Call for Compiler Error Conundrums
There are oodles of illogical error messages like that. The logical conclusion is the minimal example, and thus my favourite, which I saw on a site collecting of such messages. It appears in some version of Visual Studio IIRC:
┌────────────────────────┬───┐ │ Error │ x │ ├────────────────────────┴───┤ │ │ │ No errors found │ │ │ │ ┌──────┐ │ │ │ Ok │ │ │ └──────┘ │ └────────────────────────────┘
Makeshifts last the longest.
|
---|