id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
1888	Slightly confusing error message for duplicate NOINLINE pragmas	tim	igloo	"I had some code with two NOINLINE pragmas for the same declaration:

{{{
{-# NOINLINE foo #-}
{-# NOINLINE foo #-}
}}}

and I got the error message:
{{{
UntypedEval.hs:206:0:
    Duplicate NOINLINENEVER pragma:
      UntypedEval.hs:206:0-19: {-# NOINLINENEVER foo #-}
      UntypedEval.hs:202:0-19: {-# NOINLINENEVER foo #-}
}}}

Since I wrote {{{NOINLINE}}}, I think the error message should say {{{NOINLINE}}}. It's not a very big deal."	merge	closed	normal		Compiler (Parser)	6.8.1	fixed			Unknown/Multiple	Unknown/Multiple		Unknown	rnfail048			
