Verbosity 2 enables `--hint:source` so you can also just pass that and get 
fewer messages.
    
    
    var a: 10
    
    
    Run

outputs 
    
    
    /tmp/tmp.nim(1, 8) Error: type expected, but got: 10
      var a: 10
             ^
    
    
    Run

Reply via email to