mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
1.9 KiB
Executable File
1.9 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 | tmethod.nim | 2 | 'method' needs a parameter that has an object type |
| 18 | tnamedparams.nim | 3 | Error: type mismatch: got (input: string, filename: string, line: int, col: int) |
| 19 | tnamspc.nim | 5 | undeclared identifier: 'global' |
| 20 | tnoop.nim | 6 | expression 'a()' cannot be called |
| 21 | tnot.nim | 9 | type mismatch |
| 22 | topaque.nim | 11 | undeclared field: 'buffer' |
| 23 | topena1.nim | 4 | invalid type |
| 24 | toverl.nim | 6 | attempt to redefine 'TNone' |
| 25 | trecinca.nim | 3 | recursive dependency: 'tests/reject/trecincb.nim' |
| 26 | trecincb.nim | 4 | recursive dependency: 'tests/reject/trecincb.nim' |
| 27 | treciter.nim | 4 | recursive dependency: 'myrec' |
| 28 | trectype.nim | 20 | internal error: cannot generate C type for: PA |
| 29 | trefs.nim | 15 | type mismatch |
| 30 | tsidee1.nim | 7 | 'SideEffectLyer' can have side effects |
| 31 | tsidee4.nim | 10 | type mismatch |
| 32 | tsimtych.nim | 5 | type mismatch: got (bool) but expected 'string' |
| 33 | tstatret.nim | 4 | statement not allowed after |
| 34 | tstmtexp.nim | 3 | value returned by statement has to be discarded |
| 35 | ttempl2.nim | 13 | undeclared identifier: 'b' |
| 36 | ttypelessemptyset.nim | 0 | Error: internal error: invalid kind for last(tyEmpty) |
| 37 | tunderscores.nim | 3 | invalid token: _ |
| 38 | twrongtupleaccess.nim | 4 | undeclared field: 'setBLAH' |
| 39 | typredef.nim | 2 | illegal recursion in type 'Uint8' |