mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 09:54:49 +00:00
1.7 KiB
Executable File
1.7 KiB
Executable File
| 1 | t99bott.nim | 20 | constant expression expected |
|---|---|---|---|
| 2 | tadrdisc.nim | 15 | for a 'var' type a variable needs to be passed |
| 3 | tambsym.nim | 6 | ambiguous identifier |
| 4 | tambsym2.nim | 4 | undeclared identifier: 'CreateRGBSurface' |
| 5 | tambsym3.nim | 6 | ambiguous identifier |
| 6 | tatomic.nim | 2 | identifier expected, but found 'atomic' |
| 7 | tbind2.nim | 7 | ambiguous call |
| 8 | tbind4.nim | 4 | undeclared identifier: 'lastId' |
| 9 | tblock1.nim | 9 | undeclared identifier: 'ha' |
| 10 | tconstr1.nim | 20 | type mismatch |
| 11 | tillrec.nim | 8 | illegal recursion in type 'TIllegal' |
| 12 | tinc.nim | 3 | for a 'var' type a variable needs to be passed |
| 13 | tinout.nim | 7 | for a 'var' type a variable needs to be passed |
| 14 | tinvalidnewseq.nim | 10 | type mismatch: got (array[0..6, string], int) |
| 15 | tinvwhen.nim | 6 | invalid indentation |
| 16 | titer4.nim | 2 | iterator within for loop context expected |
| 17 | tnamspc.nim | 5 | undeclared identifier: 'global' |
| 18 | tnoop.nim | 6 | expression 'a()' cannot be called |
| 19 | tnot.nim | 9 | type mismatch |
| 20 | topaque.nim | 11 | undeclared field: 'buffer' |
| 21 | topena1.nim | 4 | invalid type |
| 22 | toverl.nim | 6 | attempt to redefine 'TNone' |
| 23 | trecinca.nim | 3 | recursive dependency: 'tests/reject/trecincb.nim' |
| 24 | trecincb.nim | 4 | recursive dependency: 'tests/reject/trecincb.nim' |
| 25 | treciter.nim | 4 | recursive dependency: 'myrec' |
| 26 | trectype.nim | 20 | internal error: cannot generate C type for: PA |
| 27 | trefs.nim | 15 | type mismatch |
| 28 | tsidee1.nim | 7 | 'SideEffectLyer' can have side effects |
| 29 | tsidee4.nim | 10 | type mismatch |
| 30 | tsimtych.nim | 5 | type mismatch: got (bool) but expected 'string' |
| 31 | tstatret.nim | 4 | statement not allowed after |
| 32 | tstmtexp.nim | 3 | value returned by statement has to be discarded |
| 33 | ttempl2.nim | 13 | undeclared identifier: 'b' |
| 34 | ttypelessemptyset.nim | 0 | Error: internal error: invalid kind for last(tyEmpty) |
| 35 | tunderscores.nim | 3 | invalid token: _ |
| 36 | typredef.nim | 2 | illegal recursion in type 'Uint8' |